upgrade version of golang in builder
This commit is contained in:
parent
b7eb8b416a
commit
a2e73add70
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# MailHog Dockerfile
|
# MailHog Dockerfile
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM golang:1.21-alpine as builder
|
FROM golang:1.22-alpine as builder
|
||||||
|
|
||||||
# Install MailHog:
|
# Install MailHog:
|
||||||
RUN apk --no-cache add --virtual build-dependencies \
|
RUN apk --no-cache add --virtual build-dependencies \
|
||||||
|
|
Loading…
Reference in a new issue