Compare commits

3 Commits

View File

@@ -3,7 +3,7 @@
# syntax=docker/dockerfile:1
# Build the application from source
FROM golang:1.25.1-alpine3.22 AS build-stage
FROM golang:1.25.1-bookworm AS build-stage
WORKDIR /app