Skip to content

Commit a047bf3

Browse files
build(deps): bump golang from 1.25.8-alpine to 1.26.2-alpine
Bumps golang from 1.25.8-alpine to 1.26.2-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.2-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69d2766 commit a047bf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.26.1-alpine AS build
1+
FROM golang:1.26.2-alpine AS build
22
FROM node:20-alpine@sha256:09e2b3d9726018aecf269bd35325f46bf75046a643a66d28360ec71132750ec8 AS ui-build
33
WORKDIR /app
44
COPY ui/package*.json ./ui/
@@ -8,7 +8,7 @@ COPY ui/ ./ui/
88
RUN mkdir -p ./pkg/github/ui_dist && \
99
cd ui && npm run build
1010

11-
FROM golang:1.25.8-alpine@sha256:8e02eb337d9e0ea459e041f1ee5eece41cbb61f1d83e7d883a3e2fb4862063fa AS build
11+
FROM golang:1.26.2-alpine@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS build
1212
ARG VERSION="dev"
1313

1414
# Set the working directory

0 commit comments

Comments
 (0)