소스 검색

Update Go in Dockerfile to 1.19

tags/v2.1.7^2
9seconds 3 년 전
부모
커밋
77edea0e18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

@@ -1,7 +1,7 @@
1 1
 ###############################################################################
2 2
 # BUILD STAGE
3 3
 
4
-FROM golang:1.18-alpine AS build
4
+FROM golang:1.19-alpine AS build
5 5
 
6 6
 RUN set -x \
7 7
   && apk --no-cache --update add \

Loading…
취소
저장