Skip to content

Commit af15570

Browse files
chore(deps): update alpine docker tag to v3.21
1 parent 0a83bc4 commit af15570

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,5 +1,5 @@
11
ARG ARCH=
2-
FROM ${ARCH}alpine:3.20
2+
FROM ${ARCH}alpine:3.21
33

44
LABEL Maintainer="Ernesto Serrano <[email protected]>" \
55
Description="Lightweight container with Nginx & PHP-FPM based on Alpine Linux."

docker-compose.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
app:
44
build: .
55
sut:
6-
image: alpine:3.20
6+
image: alpine:3.21
77
depends_on:
88
- app
99
command: /tmp/run_tests.sh

0 commit comments

Comments
 (0)