|
@@ -39,7 +39,7 @@ RUN go get -v ./... && \
|
|
CGO_ENABLED=0 GOOS=linux go build -o forego .
|
|
CGO_ENABLED=0 GOOS=linux go build -o forego .
|
|
|
|
|
|
# Build the final image
|
|
# Build the final image
|
|
-FROM nginx:1.19.3-alpine
|
|
|
|
|
|
+FROM nginx:1.19.10-alpine
|
|
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"
|
|
LABEL maintainer="Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag)"
|
|
|
|
|
|
# Install wget and install/updates certificates
|
|
# Install wget and install/updates certificates
|