Skip to content

Commit

Permalink
Merge pull request #7 from wollomatic/develop
Browse files Browse the repository at this point in the history
Go 1.22.2
  • Loading branch information
wollomatic authored Apr 5, 2024
2 parents 3f39332 + eca823a commit 6b1ebaf
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.21.8-alpine AS build
FROM --platform=$BUILDPLATFORM golang:1.22.2-alpine3.19 AS build
WORKDIR /application
COPY . ./
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/wollomatic/socket-proxy

go 1.21
go 1.22

0 comments on commit 6b1ebaf

Please sign in to comment.