Skip to content

Commit

Permalink
bump alpine linux to 3.19 (#907)
Browse files Browse the repository at this point in the history
* bump alpine linux to 3.19

* set apk --no-cache
  • Loading branch information
dklimpel authored May 31, 2024
1 parent 7ca5459 commit 855c3ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions integration-tests/Dockerfile_alpine3
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.12
FROM alpine:3.19
MAINTAINER Ahmed

# install apache2 and remove un-needed services
RUN apk update && \
apk add openrc apache2 bash ca-certificates tinyproxy && \
apk add --no-cache openrc apache2=2.4.59-r0 bash ca-certificates tinyproxy && \
rc-update add apache2 && \
rc-update add tinyproxy && \
rm -rf /etc/init.d/networking /etc/init.d/hwdrivers /var/cache/apk/* /tmp/*
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/goss/alpine3/goss-aa-expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package:
apache2:
installed: true
versions:
- 2.4.46-r1
- 2.4.59-r0
service:
apache2:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/goss/alpine3/goss-expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package:
apache2:
installed: true
versions:
- 2.4.46-r1
- 2.4.59-r0
foobar:
installed: false
vim-tiny:
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/goss/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
alpine3:
proxy: http://127.0.0.1:8888
packages:
apache2: "2.4.46-r1"
apache2: "2.4.59-r0"
services:
apache2: [sysinit]
arch:
Expand Down

0 comments on commit 855c3ce

Please sign in to comment.