Skip to content

Commit

Permalink
Merge pull request #207 from projectsyn/renovate/docker.io-golang-1.x
Browse files Browse the repository at this point in the history
Update docker.io/golang Docker tag to v1.22
  • Loading branch information
bastjan authored May 24, 2024
2 parents 818b474 + 9e0bd5f commit 6865d98
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,6 +1,6 @@
# syntax = docker/dockerfile:experimental

FROM docker.io/golang:1.19 as build
FROM docker.io/golang:1.22 as build
ARG VERSION

WORKDIR /app
Expand Down

0 comments on commit 6865d98

Please sign in to comment.