Skip to content

Commit

Permalink
fix: bump golang base dockerfile for custom-email-sender
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Mar 23, 2024
1 parent d2ff556 commit 27c9d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/custom-email-sender/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# --------------------------------------------------------------------- base ---

FROM golang:1.19 as base
FROM golang:1.22 as base

ARG APP_VERSION=latest

Expand Down

0 comments on commit 27c9d03

Please sign in to comment.