Skip to content

Commit 28f63f6

Browse files
chore(deps): update alpine docker tag to v3.19
1 parent 576eb4f commit 28f63f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x \
1818
esac \
1919
&& go build -ldflags='-w -s' -trimpath
2020

21-
FROM alpine:3.18
21+
FROM alpine:3.19
2222
WORKDIR /app
2323

2424
COPY --from=builder /app/MailHog /usr/local/bin/mailhog

0 commit comments

Comments
 (0)