Skip to content

Commit

Permalink
Bump alpine from 3.15.4 to 3.18.5 in /build
Browse files Browse the repository at this point in the history
Bumps alpine from 3.15.4 to 3.18.5.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 93f4fdb commit 4c7fb6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.2
FROM alpine:3.18.5

RUN apk --no-cache add \
ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile-multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOARCH=${TARGETARCH} \
-X main.BuildDate=$(date +%Y-%m-%d-%H:%M)" \
${MAIN_PKG}

FROM alpine:3.15.4
FROM alpine:3.18.5

RUN apk --no-cache add \
ca-certificates
Expand Down

0 comments on commit 4c7fb6a

Please sign in to comment.