Skip to content

Commit

Permalink
Merge pull request #22 from K-Phoen/update-dockerfiles
Browse files Browse the repository at this point in the history
Update dockerfiles
  • Loading branch information
K-Phoen committed Jun 10, 2020
2 parents 8b36d8c + ca607c5 commit 135afdf
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 135afdf

Please sign in to comment.