From 71cd7aa74c77e7b1539940c9a4f5831ac2bce8f0 Mon Sep 17 00:00:00 2001 From: Jeromy Streets Date: Thu, 10 Aug 2023 11:41:28 -0700 Subject: [PATCH] Updated Go compiler to 1.20.7 and rolled release version. (#103) --- Dockerfile | 6 +++--- Dockerfile.all | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca747f5..f8a2cda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ ################################################################################ ## GO BUILDER ################################################################################ -FROM golang:1.20.5 as builder +FROM golang:1.20.7 as builder -ENV VERSION 1.8.9 +ENV VERSION 1.8.10 ENV CGO_ENABLED 0 ENV BUILD_DIR /build @@ -37,5 +37,5 @@ LABEL life.apets.vendor="Halverneus" \ life.apets.url="https://github.com/halverneus/static-file-server" \ life.apets.name="Static File Server" \ life.apets.description="A tiny static file server" \ - life.apets.version="v1.8.9" \ + life.apets.version="v1.8.10" \ life.apets.schema-version="1.0" diff --git a/Dockerfile.all b/Dockerfile.all index e3b2026..d0dd7cc 100644 --- a/Dockerfile.all +++ b/Dockerfile.all @@ -1,6 +1,6 @@ -FROM golang:1.20.5 as builder +FROM golang:1.20.7 as builder -ENV VERSION 1.8.9 +ENV VERSION 1.8.10 ENV BUILD_DIR /build ENV CGO_ENABLED 0 @@ -22,5 +22,5 @@ LABEL life.apets.vendor="Halverneus" \ life.apets.url="https://github.com/halverneus/static-file-server" \ life.apets.name="Static File Server" \ life.apets.description="A tiny static file server" \ - life.apets.version="v1.8.9" \ + life.apets.version="v1.8.10" \ life.apets.schema-version="1.0"