Skip to content

Commit

Permalink
Merge pull request #52 from halverneus/dev
Browse files Browse the repository at this point in the history
Chore/go1.15.0
  • Loading branch information
halverneus authored Aug 18, 2020
2 parents dc003f2 + 6ceffa7 commit 42a2682
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
################################################################################
## GO BUILDER
################################################################################
FROM golang:1.14.2 as builder
FROM golang:1.15.0 as builder

ENV VERSION 1.8.0
ENV VERSION 1.8.1
ENV BUILD_DIR /build

RUN mkdir -p ${BUILD_DIR}
Expand Down Expand Up @@ -36,5 +36,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.0" \
life.apets.version="v1.8.1" \
life.apets.schema-version="1.0"
6 changes: 3 additions & 3 deletions Dockerfile.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.14.2 as builder
FROM golang:1.15.0 as builder

ENV VERSION 1.8.0
ENV VERSION 1.8.1
ENV BUILD_DIR /build

RUN mkdir -p ${BUILD_DIR}
Expand All @@ -21,5 +21,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.0" \
life.apets.version="v1.8.1" \
life.apets.schema-version="1.0"

0 comments on commit 42a2682

Please sign in to comment.