Skip to content

Commit

Permalink
TRIVIAL: Bump alpine from 3.17.3 to 3.18.4
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17.3 to 3.18.4.

---
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 Nov 6, 2023
1 parent ee77b99 commit ffb23ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build GOMODCACHE=/go/pkg/mod GOCACHE=/root/.cache/go-build go build -v -ldflags '-w -s -X 'github.com/wandera/scccmd/cmd.Version=${VERSION}

# Runtime image
FROM alpine:3.17.3
FROM alpine:3.18.4
RUN apk --no-cache add ca-certificates

COPY --from=builder /build/scccmd /app/scccmd
Expand Down

0 comments on commit ffb23ef

Please sign in to comment.