Skip to content

Commit 2183ae5

Browse files
Update alpine Docker tag to v3.17
1 parent 80e61dc commit 2183ae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16
1+
FROM alpine:3.17
22
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
33
Description="Lightweight WordPress container with Nginx 1.22 & PHP-FPM 8.0 based on Alpine Linux."
44

docker-compose.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
FS_METHOD: direct
2424

2525
sut:
26-
image: alpine:3.16
26+
image: alpine:3.17
2727
depends_on:
2828
- wordpress
2929
command: /tmp/run_tests.sh

0 commit comments

Comments
 (0)