Skip to content

Commit

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

Bumps golang from 1.16.0-alpine to 1.16.5-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* fix: Alpine packages

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 Jul 12, 2021
1 parent 57a8a59 commit d334c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.16.0-alpine as build
FROM golang:1.16.5-alpine3.14 as build

ENV GO111MODULE=auto

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

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

Expand Down

0 comments on commit d334c30

Please sign in to comment.