소스 검색

security: update to Go 1.24-alpine3.20 to fix critical vulnerabilities (#3367)

Co-authored-by: Alex Meijer <ameijer@users.noreply.github.com>
Brian Olson 8 달 전
부모
커밋
07832d1baa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM golang:latest as build-env
+FROM golang:1.24-alpine3.20 as build-env
 
 RUN mkdir /app
 WORKDIR /app