Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.19 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 1107e61 commit 1cbf702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- 8081:8081

chown:
image: alpine:3.18
image: alpine:3.19
command:
- /bin/sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion ftw/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- 8081:8081

chown:
image: alpine:3.18
image: alpine:3.19
command:
- /bin/sh
- -c
Expand Down

0 comments on commit 1cbf702

Please sign in to comment.