Skip to content

Commit

Permalink
Merge pull request #202 from jiro4989/dependabot/docker/alpine-3.17.2
Browse files Browse the repository at this point in the history
⬆️ Bump alpine from 3.17.1 to 3.17.2
  • Loading branch information
github-actions[bot] authored Feb 13, 2023
2 parents 80e940a + a00bbe8 commit 210ddc5
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 @@ -20,7 +20,7 @@ RUN go install

################################################################################

FROM alpine:3.17.1 AS runtime
FROM alpine:3.17.2 AS runtime
COPY --from=builder /go/bin/textimg /usr/local/bin/
COPY --from=builder /tmp/MyricaM.TTC /usr/share/fonts/truetype/myrica/MyricaM.TTC
COPY --from=builder /usr/local/src/noto-emoji/png/128 /usr/share/emoji-image
Expand Down

0 comments on commit 210ddc5

Please sign in to comment.