Skip to content

Commit

Permalink
Merge pull request #265 from shleeable/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile - Go / Alpine base images
  • Loading branch information
thebaer committed Feb 15, 2020
2 parents 04a76c4 + 7d15b79 commit 8e2eab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,5 +1,5 @@
# Build image
FROM golang:1.12-alpine as build
FROM golang:1.13-alpine as build

RUN apk add --update nodejs nodejs-npm make g++ git sqlite-dev
RUN npm install -g less less-plugin-clean-css
Expand All @@ -22,7 +22,7 @@ RUN mkdir /stage && \
/stage

# Final image
FROM alpine:3.8
FROM alpine:3.11

RUN apk add --no-cache openssl ca-certificates
COPY --from=build --chown=daemon:daemon /stage /go
Expand Down

0 comments on commit 8e2eab5

Please sign in to comment.