Skip to content

Commit

Permalink
Merge pull request #189 from projectsyn/renovate/docker.io-golang-1.x
Browse files Browse the repository at this point in the history
Update dependency docker.io/golang to v1.19
  • Loading branch information
glrf authored Aug 3, 2022
2 parents 7a1238a + a9fb4c2 commit ac6cc78
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.18 as build
FROM docker.io/golang:1.19 as build
ARG VERSION

WORKDIR /app
Expand Down

0 comments on commit ac6cc78

Please sign in to comment.