We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 754a17d + 801648b commit 2c1e751Copy full SHA for 2c1e751
Dockerfile
@@ -7,7 +7,7 @@ COPY ui/ ./ui/
7
RUN mkdir -p ./pkg/github/ui_dist && \
8
cd ui && npm run build
9
10
-FROM golang:1.25.7-alpine@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced AS build
+FROM golang:1.25.8-alpine@sha256:8e02eb337d9e0ea459e041f1ee5eece41cbb61f1d83e7d883a3e2fb4862063fa AS build
11
ARG VERSION="dev"
12
13
# Set the working directory
0 commit comments