Skip to content

Commit

Permalink
chore(deps): update golang docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 42f9510 commit 35b6a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EOF


# Todo: can we eliminate this stage with smarter ERB templates?
FROM golang:1.22.2-alpine AS go-codegen
FROM golang:1.22.3-alpine AS go-codegen

WORKDIR /build
COPY --link --from=go-unformatted /build/ .
Expand Down

0 comments on commit 35b6a3e

Please sign in to comment.