Skip to content

Commit

Permalink
Merge pull request #296 from jiro4989/dependabot/docker/alpine-3.21.0
Browse files Browse the repository at this point in the history
chore(deps): bump alpine from 3.20.3 to 3.21.0
  • Loading branch information
github-actions[bot] authored Dec 6, 2024
2 parents a90da2d + 3d38e85 commit 09b834c
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.20.3 AS runtime
FROM alpine:3.21.0 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 09b834c

Please sign in to comment.