Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Update alpine Docker tag to v3.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent 96f31b5 commit bcb65de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .batect/joke-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Based on https://github.com/yesinteractive/dadjokes/blob/master/Dockerfile

FROM alpine:3.15.6
FROM alpine:3.18.4

ARG VERSION=20211111

Expand Down
2 changes: 1 addition & 1 deletion .batect/test-env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.18.0
FROM alpine:3.18.4

RUN apk add --no-cache curl

0 comments on commit bcb65de

Please sign in to comment.