Skip to content

Commit

Permalink
build(deps): bump golang from 1.17.6-alpine to 1.17.7-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.17.6-alpine to 1.17.7-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] authored Feb 11, 2022
1 parent b429924 commit dc77f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build docker-gen from scratch
FROM golang:1.17.6-alpine as go-builder
FROM golang:1.17.7-alpine as go-builder

ARG VERSION=main

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build docker-gen from scratch
FROM golang:1.17.6 as go-builder
FROM golang:1.17.7 as go-builder

ARG VERSION=main

Expand Down

0 comments on commit dc77f15

Please sign in to comment.