We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5104f1 commit cd3847aCopy full SHA for cd3847a
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.16
+FROM alpine:3.17
2
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
3
Description="Lightweight WordPress container with Nginx 1.22 & PHP-FPM 8.0 based on Alpine Linux."
4
docker-compose.test.yml
@@ -23,7 +23,7 @@ services:
23
FS_METHOD: direct
24
25
sut:
26
- image: alpine:3.16
+ image: alpine:3.17
27
depends_on:
28
- wordpress
29
command: /tmp/run_tests.sh
0 commit comments