File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1.21 .0@sha256:27f9262d43452075f3c410287a2c43f5ef1bf7ec2bb06e8c9eeb1b8d453087bc
1+ # syntax=docker/dockerfile:1.22 .0@sha256:4a43a54dd1fedceb30ba47e76cfcf2b47304f4161c0caeac2db1c61804ea3c91
22
33# Build Burrito UI
44
5- FROM docker.io/library/node:24.13 .1@sha256:00e9195ebd49985a6da8921f419978d85dfe354589755192dc090425ce4da2f7 AS builder-ui
5+ FROM docker.io/library/node:24.14 .1@sha256:bb20cf73b3ad7212834ec48e2174cdcb5775f6550510a5336b842ae32741ce6c AS builder-ui
66
77WORKDIR /workspace
88# Copy the node modules manifests
@@ -17,7 +17,7 @@ ENV VITE_API_BASE_URL=/api
1717RUN yarn build
1818
1919# Build the manager binary
20- FROM docker.io/library/golang:1.26.0 -alpine@sha256:d4c4845f5d60c6a974c6000ce58ae079328d03ab7f721a0734277e69905473e5 AS builder
20+ FROM docker.io/library/golang:1.26.1 -alpine@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad962f6c5bd6be49ed82039 AS builder
2121ARG TARGETOS
2222ARG TARGETARCH
2323ARG PACKAGE=github.com/padok-team/burrito
You can’t perform that action at this time.
0 commit comments