We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1309241 commit a4d755aCopy full SHA for a4d755a
Dockerfile
@@ -1,6 +1,6 @@
1
#syntax=docker/dockerfile:1
2
3
-FROM --platform=$BUILDPLATFORM golang:1.26.0-alpine AS builder
+FROM --platform=$BUILDPLATFORM golang:1.26.2-alpine AS builder
4
WORKDIR /app
5
6
COPY go.mod go.sum ./
go.mod
module github.com/clevyr/kubedb
-go 1.26.0
+go 1.26.2
require (
al.essio.dev/pkg/shellescape v1.6.0
0 commit comments