Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 26, 2024
1 parent 6271ba3 commit cd0ec8f
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 @@ -16,5 +16,5 @@ ENV GIT_COMMIT=$git_commit
RUN CGO_ENABLED=0 go build -buildvcs=false -o /shipyard \
-ldflags "-s -w -X github.com/khulnasoft-lab/shipyard/version.Version=${VERSION} -X github.com/khulnasoft-lab/shipyard/version.GitCommit=${GIT_COMMIT}"

FROM alpine:3.18
FROM alpine:3.19
COPY --from=build /shipyard /usr/local/bin

0 comments on commit cd0ec8f

Please sign in to comment.