Skip to content

Commit 6b1ebaf

Browse files
authored
Merge pull request #7 from wollomatic/develop
Go 1.22.2
2 parents 3f39332 + eca823a commit 6b1ebaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM --platform=$BUILDPLATFORM golang:1.21.8-alpine AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.22.2-alpine3.19 AS build
33
WORKDIR /application
44
COPY . ./
55
ARG TARGETOS

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/wollomatic/socket-proxy
22

3-
go 1.21
3+
go 1.22

0 commit comments

Comments
 (0)