Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Bump docker Go version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
boramalper committed Nov 27, 2020
1 parent 376dba5 commit eb03075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.magneticod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine AS build
FROM golang:1.15-alpine AS build
WORKDIR /magnetico

RUN apk add --no-cache build-base curl git
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.magneticow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine AS build
FROM golang:1.15-alpine AS build
WORKDIR /magnetico

RUN export PATH=$PATH:/go/bin
Expand Down

0 comments on commit eb03075

Please sign in to comment.