Skip to content

Commit

Permalink
Merge pull request #28 from benfrisbie/dependabot/docker/golang-1.19.…
Browse files Browse the repository at this point in the history
…0-alpine

Bump golang from 1.17-alpine to 1.19.0-alpine
  • Loading branch information
benfrisbie authored Aug 4, 2022
2 parents 8513a44 + 1722e0f commit 7acb69b
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
@@ -1,7 +1,7 @@
###
# Stage 1: Build go binary
###
FROM golang:1.17-alpine AS build
FROM golang:1.19.0-alpine AS build

WORKDIR /app

Expand Down

0 comments on commit 7acb69b

Please sign in to comment.