Skip to content

Commit

Permalink
Merge pull request #71 from lukaszbudnik/dependabot/docker/alpine-3.18
Browse files Browse the repository at this point in the history
Bump alpine from 3.17 to 3.18
  • Loading branch information
lukaszbudnik committed Nov 15, 2023
2 parents bf6a62c + 6d914f6 commit 046b204
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 @@ -6,7 +6,7 @@ LABEL maintainer="Łukasz Budnik [email protected]"
ADD . /go/yosoy
RUN cd /go/yosoy && go build

FROM alpine:3.17
FROM alpine:3.18
COPY --from=builder /go/yosoy/yosoy /bin

# register entrypoint
Expand Down

0 comments on commit 046b204

Please sign in to comment.