Merge pull request #81 from halverneus/chore/bump_version_1.8.8

Updated version to 1.8.8
pull/82/head v1.8.8
Jeromy Streets 2 years ago committed by GitHub
commit e626afc5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Dockerfile
  2. 4
      Dockerfile.all

@ -3,7 +3,7 @@
################################################################################
FROM golang:1.19.0 as builder
ENV VERSION 1.8.7
ENV VERSION 1.8.8
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.7" \
life.apets.version="v1.8.8" \
life.apets.schema-version="1.0"

@ -1,6 +1,6 @@
FROM golang:1.19.0 as builder
ENV VERSION 1.8.7
ENV VERSION 1.8.8
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.7" \
life.apets.version="v1.8.8" \
life.apets.schema-version="1.0"

Loading…
Cancel
Save