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 f52fdb3 commit d084bdfCopy full SHA for d084bdf
Dockerfile
@@ -4,7 +4,7 @@ COPY . .
4
RUN yarn install
5
RUN yarn build
6
7
-FROM golang:1.18-alpine AS build_go
+FROM golang:1.14-alpine AS build_go
8
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-status-board
9
COPY . .
10
COPY --from=build_node /tmp/ssl-status-board/dist dist
0 commit comments