Skip to content

Commit

Permalink
Merge pull request #299 from jiro4989/dependabot/docker/alpine-3.21.2
Browse files Browse the repository at this point in the history
chore(deps): bump alpine from 3.21.1 to 3.21.2
  • Loading branch information
github-actions[bot] authored Jan 8, 2025
2 parents 9b70903 + 721f320 commit a7e340b
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.21.1 AS runtime
FROM alpine:3.21.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 a7e340b

Please sign in to comment.