Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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