Skip to content

Commit d084bdf

Browse files
committed
Revert "Update dependency golang to v1.18"
This reverts commit 3a8e7fc.
1 parent f52fdb3 commit d084bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . .
44
RUN yarn install
55
RUN yarn build
66

7-
FROM golang:1.18-alpine AS build_go
7+
FROM golang:1.14-alpine AS build_go
88
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-status-board
99
COPY . .
1010
COPY --from=build_node /tmp/ssl-status-board/dist dist

0 commit comments

Comments
 (0)