Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Bump alpine from 3.19.1 to 3.20.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.1 to 3.20.0.

---
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 May 23, 2024
1 parent e1c9b55 commit d073878
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 @@ -5,7 +5,7 @@ COPY . .
RUN go mod download
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o delete-from-enterprise .

FROM alpine:3.19.1
FROM alpine:3.20.0
COPY --from=build /app/delete-from-enterprise /app/
# COPY /template /template
ENTRYPOINT ["/app/delete-from-enterprise"]

0 comments on commit d073878

Please sign in to comment.