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 d2f8809 commit 6cc1798Copy full SHA for 6cc1798
Dockerfile
@@ -1,5 +1,5 @@
1
ARG LDFLAGS=-s -w
2
-FROM golang:alpine as builder
+FROM golang:1.19-alpine as builder
3
ENV LDFLAGS=$LDFLAGS
4
ADD . /work
5
RUN cd /work && \
0 commit comments