Skip to content

Commit

Permalink
fix(deps): bump homecentr/base from 3.0.0-alpine to 3.1.1-alpine (#65)
Browse files Browse the repository at this point in the history
* fix(deps): bump homecentr/base from 3.0.0-alpine to 3.1.1-alpine

Bumps homecentr/base from 3.0.0-alpine to 3.1.1-alpine.

---
updated-dependencies:
- dependency-name: homecentr/base
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 12, 2021
1 parent 59021b2 commit 409e881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /go/src/github.com/homecentr/docker-swarm-local-network-connector
RUN go get ./... && \
go build

FROM homecentr/base:3.0.0-alpine
FROM homecentr/base:3.1.1-alpine

# Copy S6 overlay
COPY --from=build /go/src/github.com/homecentr/docker-swarm-local-network-connector/docker-swarm-local-network-connector /swarm-local-network-connector
Expand Down

0 comments on commit 409e881

Please sign in to comment.