From 34540c5c4878a64e0b70ccad4ac765d16c11ad91 Mon Sep 17 00:00:00 2001 From: Jeromy Streets Date: Thu, 3 Aug 2023 14:30:39 -0700 Subject: [PATCH] Updated version to v1.8.9. (#102) --- Dockerfile | 4 ++-- Dockerfile.all | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4c3fc94..ca747f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ################################################################################ FROM golang:1.20.5 as builder -ENV VERSION 1.8.8 +ENV VERSION 1.8.9 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.8" \ + life.apets.version="v1.8.9" \ life.apets.schema-version="1.0" diff --git a/Dockerfile.all b/Dockerfile.all index cb2a128..e3b2026 100644 --- a/Dockerfile.all +++ b/Dockerfile.all @@ -1,6 +1,6 @@ FROM golang:1.20.5 as builder -ENV VERSION 1.8.8 +ENV VERSION 1.8.9 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.8" \ + life.apets.version="v1.8.9" \ life.apets.schema-version="1.0"