feat: Upgrade Go version from 1.22 to 1.25.1 with enhanced security (#68)

This commit is contained in:
Copilot
2025-09-24 18:11:32 +03:00
committed by GitHub
parent a3d616e0d0
commit 73dc3fa761
6 changed files with 7 additions and 11 deletions

View File

@@ -376,7 +376,7 @@ dockers:
- "ghcr.io/ivuorinen/f2b:latest-amd64"
dockerfile: |
FROM alpine:3.20
FROM alpine:3.22
RUN apk --no-cache add ca-certificates
COPY f2b /usr/local/bin/
ENTRYPOINT ["f2b"]
@@ -401,7 +401,7 @@ dockers:
- "ghcr.io/ivuorinen/f2b:latest-arm64"
dockerfile: |
FROM alpine:3.20
FROM alpine:3.22
RUN apk --no-cache add ca-certificates
COPY f2b /usr/local/bin/
ENTRYPOINT ["f2b"]
@@ -426,7 +426,7 @@ dockers:
- "ghcr.io/ivuorinen/f2b:latest-armv7"
dockerfile: |
FROM alpine:3.20
FROM alpine:3.22
RUN apk --no-cache add ca-certificates
COPY f2b /usr/local/bin/
ENTRYPOINT ["f2b"]