Skip to content

Commit

Permalink
update to Go 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wollomatic committed Sep 15, 2024
1 parent 818a1bc commit dcf79cd
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,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM golang:1.22.6-alpine3.20 AS build
FROM --platform=$BUILDPLATFORM golang:1.23.1-alpine3.20 AS build
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download && go mod verify
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 github.com/wollomatic/container-hoster

go 1.22.6
go 1.23.1

require github.com/docker/docker v27.2.1+incompatible

Expand Down

0 comments on commit dcf79cd

Please sign in to comment.