Skip to content

Commit

Permalink
Merge pull request #30 from henrywhitaker3/renovate/golang-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 authored Apr 13, 2024
2 parents 03d31cf + 77dee9b commit 36df8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22 as builder

WORKDIR /builder

Expand Down
2 changes: 1 addition & 1 deletion release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine as certs
FROM golang:1.22-alpine as certs

RUN apk --no-cache add ca-certificates

Expand Down

0 comments on commit 36df8d2

Please sign in to comment.