Skip to content

Commit

Permalink
fix(deps): bump golang from 1.14.4-alpine to 1.16.0-alpine (#44)
Browse files Browse the repository at this point in the history
* fix(deps): bump golang from 1.14.4-alpine to 1.16.0-alpine

Bumps golang from 1.14.4-alpine to 1.16.0-alpine.

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Holota <[email protected]>
  • Loading branch information
dependabot[bot] and lholota committed Feb 22, 2021
1 parent 6ea5fb3 commit 57a8a59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM golang:1.14.4-alpine as build
FROM golang:1.16.0-alpine as build

RUN apk add --no-cache git=2.26.2-r0
ENV GO111MODULE=auto

RUN apk add --no-cache git=2.30.1-r0

COPY ./src /go/src/github.com/homecentr/docker-swarm-local-network-connector

Expand Down

0 comments on commit 57a8a59

Please sign in to comment.