Skip to content

Commit 2b90266

Browse files
committed
Revert "bump alpine linux to 3.19 (#907)"
This reverts commit 855c3ce.
1 parent 2be65b4 commit 2b90266

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

integration-tests/Dockerfile_alpine3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM alpine:3.19
1+
FROM alpine:3.12
22
MAINTAINER Ahmed
33

44
# install apache2 and remove un-needed services
55
RUN apk update && \
6-
apk add --no-cache openrc apache2=2.4.59-r0 bash ca-certificates tinyproxy && \
6+
apk add openrc apache2 bash ca-certificates tinyproxy && \
77
rc-update add apache2 && \
88
rc-update add tinyproxy && \
99
rm -rf /etc/init.d/networking /etc/init.d/hwdrivers /var/cache/apk/* /tmp/*

integration-tests/goss/alpine3/goss-aa-expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package:
22
apache2:
33
installed: true
44
versions:
5-
- 2.4.59-r0
5+
- 2.4.46-r1
66
service:
77
apache2:
88
enabled: true

integration-tests/goss/alpine3/goss-expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package:
1313
apache2:
1414
installed: true
1515
versions:
16-
- 2.4.59-r0
16+
- 2.4.46-r1
1717
foobar:
1818
installed: false
1919
vim-tiny:

integration-tests/goss/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
alpine3:
33
proxy: http://127.0.0.1:8888
44
packages:
5-
apache2: "2.4.59-r0"
5+
apache2: "2.4.46-r1"
66
services:
77
apache2: [sysinit]
88
arch:

0 commit comments

Comments
 (0)