Skip to content

Commit

Permalink
build(deps): bump alpine from 3.19.0 to 3.20.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.0 to 3.20.0.

---
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 May 27, 2024
1 parent a6e7b4e commit 8af8d1c
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 @@ -7,7 +7,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

# Runtime image
FROM alpine:3.19.0
FROM alpine:3.20.0
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
COPY --from=builder /build/s3syncer /app/s3syncer
WORKDIR /app
Expand Down

0 comments on commit 8af8d1c

Please sign in to comment.