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 1 commit
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
Next Next commit
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]>
  • Loading branch information
dependabot[bot] committed Jun 7, 2021
commit 3ae47a5054dfcbfb79c24d20f6f9f14127bec040
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.0-alpine as build
FROM golang:1.16.5-alpine as build

ENV GO111MODULE=auto

Expand Down