Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

fix(deps): bump golang from 1.16.0-alpine to 1.16.5-alpine #53

Merged
merged 3 commits into from
Jul 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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