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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent f3d2ee5 commit d992430
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 @@ -17,7 +17,7 @@ ADD . /build
RUN ldFlags="-s -X main.Version=$(git describe --abbrev=0 --tags) -X main.GitCommit=$(git rev-parse --short HEAD) -X main.BuildDate=$(date +%Y-%m-%d-%H:%M)"; \
CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -o bin/linux/${TARGETARCH}/${BINARY_NAME} -ldflags "${ldFlags}" ${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 d992430

Please sign in to comment.