Skip to content

Commit

Permalink
Update dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Jun 10, 2020
1 parent 8b36d8c commit ca607c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile-controller
@@ -1,5 +1,5 @@
# Build
FROM golang:1.13-alpine AS build
FROM golang:1.14-alpine3.11 AS build

RUN apk --update --no-cache add make=4.2.1-r2

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile-converter
@@ -1,5 +1,5 @@
# Build
FROM golang:1.13-alpine AS build
FROM golang:1.14-alpine3.11 AS build

RUN apk --update --no-cache add make=4.2.1-r2

Expand Down

0 comments on commit ca607c5

Please sign in to comment.