Skip to content

Commit d74d74e

Browse files
authored
Merge pull request #47 from wollomatic/develop
Go 1.24.2
2 parents e6633dc + fe12441 commit d74d74e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.24.1-alpine3.21 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.24.2-alpine3.21 AS build
33
WORKDIR /application
44
COPY . ./
55
ARG TARGETOS

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# socket-proxy
22

3+
## Latest image
4+
- `wollomatic/socket-proxy:1.6.1` / `ghcr.io/wollomatic/socket-proxy:1.6.1`
5+
- `wollomatic/socket-proxy:1` / `ghcr.io/wollomatic/socket-proxy:1`
6+
37
## About
48
`socket-proxy` is a lightweight, secure-by-default unix socket proxy. Although it was created to proxy the docker socket to Traefik, it can also be used for other purposes.
59
It is heavily inspired by [tecnativa/docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy).

0 commit comments

Comments
 (0)