We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f39332 + eca823a commit 6b1ebafCopy full SHA for 6b1ebaf
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1
2
-FROM --platform=$BUILDPLATFORM golang:1.21.8-alpine AS build
+FROM --platform=$BUILDPLATFORM golang:1.22.2-alpine3.19 AS build
3
WORKDIR /application
4
COPY . ./
5
ARG TARGETOS
go.mod
@@ -1,3 +1,3 @@
module github.com/wollomatic/socket-proxy
-go 1.21
+go 1.22
0 commit comments