Skip to content

Commit

Permalink
docker: use go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Oct 22, 2024
1 parent 39cb31f commit 508ca80
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.16.3-alpine3.13 AS builder
FROM golang:1.23-alpine3.20 AS builder
WORKDIR /go/src/github.com/simplesurance/registrator/
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.20
CMD ["/bin/registrator"]

COPY . /go/src/github.com/simplesurance/registrator
Expand Down

0 comments on commit 508ca80

Please sign in to comment.