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 4d1c00d commit 682cc25Copy full SHA for 682cc25
cmd/server/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.14-alpine AS build
+FROM golang:1.18-alpine AS build
2
3
RUN mkdir -p /go/src/github.com/zacscoding/gin-rest-api-example ~/.ssh && \
4
apk add --no-cache git openssh-client make gcc libc-dev
@@ -8,4 +8,4 @@ RUN make build
8
9
FROM alpine:3
10
COPY --from=build /go/src/github.com/zacscoding/gin-rest-api-example/article-server /bin/article-server
11
-CMD /bin/article-server
+CMD /bin/article-server
0 commit comments