Explorar el Código

Fix: use newer Alpine Linux Docker base image

- Docker build failed as Go version included with Alpine 3.10.2 is too old to
  build Go 1.20.
Rod Hynes hace 2 años
padre
commit
554148b4de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Server/Dockerfile-binary-builder

+ 1 - 1
Server/Dockerfile-binary-builder

@@ -1,4 +1,4 @@
-FROM alpine:3.10.2
+FROM alpine:3.18.4
 
 
 ENV GOLANG_VERSION 1.20.10
 ENV GOLANG_VERSION 1.20.10
 ENV GOLANG_SRC_URL https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz
 ENV GOLANG_SRC_URL https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz