We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e938d6f commit 0c48868Copy full SHA for 0c48868
Dockerfile
@@ -1,5 +1,5 @@
1
-ARG GOTAG=1.18-alpine
2
-FROM golang:${GOTAG} as builder
+ARG GOTAG=1.24-alpine
+FROM golang:${GOTAG} AS builder
3
ARG MAILHOG_VERSION=latest
4
MAINTAINER CD2Team <codesign2@icloud.com>
5
0 commit comments