1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 17:47:28 +01:00

Updates to go 1.14

This commit is contained in:
Amir Raminfar
2020-02-26 12:46:56 -08:00
parent 8be56bc673
commit ba99a113cb
4 changed files with 45 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.13
FROM golang:1.14
COPY entrypoint.sh /entrypoint.sh

View File

@@ -1,4 +1,4 @@
FROM golang:1.13-alpine
FROM golang:1.14-alpine
RUN apk --no-cache add git nodejs-current nodejs-npm make g++ bash bzr curl docker rpm && \
npm i -g npm && \