Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 2, 2023
1 parent 6a74eef commit ce31332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scanner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17.2 as scanner_builder
FROM alpine:3.18.0 as scanner_builder

RUN apk add --no-cache \
curl \
Expand Down
2 changes: 1 addition & 1 deletion sleeper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17.2 as sleeper_builder
FROM alpine:3.18.0 as sleeper_builder

ARG VERSION

Expand Down

0 comments on commit ce31332

Please sign in to comment.