Skip to content

Commit

Permalink
Merge pull request #57 from benfrisbie/dependabot/docker/golang-1.22.…
Browse files Browse the repository at this point in the history
…4-alpine
  • Loading branch information
benfrisbie authored Jun 12, 2024
2 parents 31649c7 + 093e2a9 commit bb4b62a
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.21.5-alpine AS build
FROM golang:1.22.4-alpine AS build

WORKDIR /app

Expand Down

0 comments on commit bb4b62a

Please sign in to comment.