Skip to content

Commit

Permalink
Merge pull request #10 from gowon-irc/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
Update dependency alpine to v3.15.2
  • Loading branch information
surskitt committed Mar 25, 2022
2 parents 054276c + 94ae076 commit b3209e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ COPY . /src
WORKDIR /src
RUN go build -o gowon-talk

FROM alpine:3.15.0
FROM alpine:3.15.2
WORKDIR /app
COPY --from=build-env /src/gowon-talk /app/
ENTRYPOINT ["./gowon-talk"]

0 comments on commit b3209e1

Please sign in to comment.