Skip to content

Commit

Permalink
Merge pull request #18 from BuxOrg/dependabot/docker/master/golang-1.…
Browse files Browse the repository at this point in the history
…17.8

Bump golang from 1.17.7 to 1.17.8
  • Loading branch information
mrz1836 authored Mar 7, 2022
2 parents cacff89 + c38c4f8 commit 2855f30
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 for builder
FROM golang:1.17.7 as builder
FROM golang:1.17.8 as builder

# Set the working directory
WORKDIR /go/src/github.com/BuxOrg/bux-server
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.7-alpine
FROM golang:1.17.8-alpine

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

0 comments on commit 2855f30

Please sign in to comment.