I hereby claim:
- I am TomSDEVSN on github.
- I am toms (https://keybase.io/toms) on keybase.
- I have a public key whose fingerprint is E75C B80F 9F2D 6F09 B5A3 BFA3 4A01 619F C8E1 9FA6
To claim this, I am signing this object:
FROM golang:1.24-alpine as builder | |
WORKDIR /app | |
COPY . . | |
RUN go build -o server | |
FROM alpine:latest | |
RUN apk add --no-cache iptables ip6tables util-linux iptables-legacy | |
WORKDIR /app | |
COPY --from=builder /app/server /server |
I hereby claim:
To claim this, I am signing this object: