Skip to content

Commit 2bf2c7e

Browse files
renovate[bot]g3force
authored andcommitted
Update golang Docker tag to v1.21
1 parent 10c7167 commit 2bf2c7e

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 @@ WORKDIR frontend
44
RUN npm install
55
RUN npm run build
66

7-
FROM golang:1.20-alpine AS build_go
7+
FROM golang:1.21-alpine AS build_go
88
ARG cmd=ssl-remote-control
99
WORKDIR work
1010
COPY . .

0 commit comments

Comments
 (0)