Update go version
This commit is contained in:
@ -2,7 +2,7 @@ name: traefik_secure
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
socket-proxy:
|
socket-proxy:
|
||||||
image: dockerproxy
|
image: hackanooga/docketproxy
|
||||||
build:
|
build:
|
||||||
context: ./proxy
|
context: ./proxy
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Stage 1: Build the Go binary
|
# Stage 1: Build the Go binary
|
||||||
FROM golang:1.24.2-alpine AS builder
|
FROM golang:1.24.4-alpine AS builder
|
||||||
|
|
||||||
# Set working directory inside the build container
|
# Set working directory inside the build container
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module hackanooga/dockerproxy
|
module hackanooga/dockerproxy
|
||||||
|
|
||||||
go 1.24.2
|
go 1.24.4
|
||||||
|
Reference in New Issue
Block a user