Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 0a83bc4 commit af15570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=
FROM ${ARCH}alpine:3.20
FROM ${ARCH}alpine:3.21

LABEL Maintainer="Ernesto Serrano <[email protected]>" \
Description="Lightweight container with Nginx & PHP-FPM based on Alpine Linux."
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
app:
build: .
sut:
image: alpine:3.20
image: alpine:3.21
depends_on:
- app
command: /tmp/run_tests.sh
Expand Down

0 comments on commit af15570

Please sign in to comment.