Skip to content

Commit

Permalink
Merge pull request #44 from benfrisbie/dependabot/docker/golang-1.20.…
Browse files Browse the repository at this point in the history
…3-alpine
  • Loading branch information
benfrisbie authored Apr 14, 2023
2 parents 670e08f + 4d0ed31 commit dcfbab9
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.20.1-alpine AS build
FROM golang:1.20.3-alpine AS build

WORKDIR /app

Expand Down

0 comments on commit dcfbab9

Please sign in to comment.