Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2022
1 parent b3735ff commit 87f4bcd
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 @@
# Get Golang
FROM golang:1.17.6-alpine
FROM golang:1.17.7-alpine

# Version
LABEL version="1.0" name="BuxServer"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-vanilla
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Get Golang
FROM golang:1.17.6-alpine
FROM golang:1.17.7-alpine

# Version
LABEL version="1.0" name="BuxServer"
Expand Down

0 comments on commit 87f4bcd

Please sign in to comment.