Skip to content

Commit

Permalink
Update to Go 1.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wollomatic committed Aug 10, 2024
1 parent cc96dac commit 2cf1be3
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.5-alpine3.20 AS build
FROM --platform=$BUILDPLATFORM golang:1.22.6-alpine3.20 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.22.2
go 1.22.6

0 comments on commit 2cf1be3

Please sign in to comment.