Skip to content

Commit 8678235

Browse files
committed
fix: docker build
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent a51bd90 commit 8678235

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# hadolint global ignore=DL3047,DL4001
12
# Multi-stage build for Go application
2-
FROM golang:1.21.14-alpine3.19 AS builder
3+
FROM golang:1.25.3-alpine3.22 AS builder
34

45
# Ensure base packages are up-to-date to pick up security fixes before installing build deps
56
RUN apk update && apk upgrade --available --no-cache

0 commit comments

Comments
 (0)