Skip to content

Commit

Permalink
bump apache2
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Nov 15, 2024
1 parent 892b467 commit b02b1c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-tests/Dockerfile_bookworm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm

RUN apt-get -o Acquire::Check-Valid-Until=false update && \
apt-get install -y apache2=2.4.59-1~deb12u1 ca-certificates tinyproxy vim-tiny systemd systemd-sysv && \
apt-get install -y apache2=2.4.62-1~deb12u2 ca-certificates tinyproxy vim-tiny systemd systemd-sysv && \
apt-get remove -y vim-tiny && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/goss/bookworm/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.59-1~deb12u1
- 2.4.62-1~deb12u2
port:
tcp:80:
listening: true
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/goss/bookworm/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.59-1~deb12u1
- 2.4.62-1~deb12u2
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 @@ -34,7 +34,7 @@ wheezy:
bookworm:
proxy: http://127.0.0.1:8888
packages:
apache2: "2.4.59-1~deb12u1"
apache2: "2.4.62-1~deb12u2"
services:
apache2: []

Expand Down

0 comments on commit b02b1c2

Please sign in to comment.