Skip to content

Commit

Permalink
update to go1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
terminaldweller committed May 21, 2024
1 parent 7f42eec commit 356e37f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19 as builder
FROM golang:1.22-alpine3.19 as builder
RUN apk update && \
apk upgrade && \
apk add go git
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_distroless
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22-alpine3.19 as builder
WORKDIR /milla
COPY go.sum go.mod /milla/
RUN go mod download
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_distroless_vendored
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22-alpine3.19 as builder
WORKDIR /milla
COPY go.sum go.mod /milla/
COPY vendor /milla/vendor
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module milla

go 1.21.0
go 1.22.3

require (
github.com/BurntSushi/toml v0.3.1
Expand Down

0 comments on commit 356e37f

Please sign in to comment.