Skip to content

Commit 27c9d03

Browse files
committed
fix: bump golang base dockerfile for custom-email-sender
1 parent d2ff556 commit 27c9d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/custom-email-sender/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# --------------------------------------------------------------------- base ---
22

3-
FROM golang:1.19 as base
3+
FROM golang:1.22 as base
44

55
ARG APP_VERSION=latest
66

0 commit comments

Comments
 (0)