Skip to content

Commit 353638b

Browse files
chore(deps): update golang docker tag to v1.26.1 (#160)
Co-authored-by: alaudaa-renovate[bot] <219066560+alaudaa-renovate[bot]@users.noreply.github.com>
1 parent ac49307 commit 353638b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

roadmap-planner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY frontend/ ./
1919
# Build the frontend
2020
RUN npm run build
2121

22-
ARG GO_IMAGE=golang:1.26.0-alpine
22+
ARG GO_IMAGE=golang:1.26.1-alpine
2323
# Stage 2: Build backend
2424
FROM ${GO_IMAGE} AS backend-builder
2525

roadmap-planner/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.26.0-alpine AS builder
2+
FROM golang:1.26.1-alpine AS builder
33

44
# Install git and ca-certificates (needed for go modules and HTTPS)
55
RUN apk add --no-cache git ca-certificates

0 commit comments

Comments
 (0)