Update go version

This commit is contained in:
Mike Conrad
2025-06-12 08:57:02 -04:00
parent a719d19968
commit 829b558904
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: traefik_secure
services:
socket-proxy:
image: dockerproxy
image: hackanooga/docketproxy
build:
context: ./proxy
dockerfile: Dockerfile

View File

@ -1,5 +1,5 @@
# 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
WORKDIR /app

View File

@ -1,3 +1,3 @@
module hackanooga/dockerproxy
go 1.24.2
go 1.24.4