|
@@ -1,6 +1,4 @@
|
|
|
# setup build arguments for version of dependencies to use
|
|
|
-ARG NGINX_VERSION=1.19.3-alpine
|
|
|
-
|
|
|
ARG DOCKER_GEN_VERSION=0.7.4
|
|
|
ARG FOREGO_VERSION=0.16.1
|
|
|
|
|
@@ -44,7 +42,7 @@ RUN go get -v ./... && \
|
|
|
CGO_ENABLED=0 GOOS=linux go build -o forego .
|
|
|
|
|
|
# Build the final image
|
|
|
-FROM nginx:$NGINX_VERSION
|
|
|
+FROM nginx:1.19.3-alpine
|
|
|
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
|
|
|
|
|
# Install wget and install/updates certificates
|