Skip to content

Commit

Permalink
update builder golang image to 1.22 on Alpine 3.19 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorVin authored Apr 25, 2024
1 parent 1610016 commit 92f9b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.3-alpine3.18 AS build
FROM golang:1.22-alpine3.19 AS build

WORKDIR /go/src/github.com/metal-toolbox/conditionorc
COPY go.mod go.sum ./
Expand Down

0 comments on commit 92f9b16

Please sign in to comment.