chore(Dockerfile): pin base image digest

This commit is contained in:
Nicolas Meienberger 2026-04-25 09:41:08 +02:00
parent e506047415
commit 371d772437
No known key found for this signature in database

View file

@ -1,6 +1,4 @@
ARG BUN_VERSION="1.3.13"
FROM oven/bun:${BUN_VERSION}-alpine AS base
FROM oven/bun:1.3.13-alpine@sha256:4de475389889577f346c636f956b42a5c31501b654664e9ae5726f94d7bb5349 AS base
ARG RESTIC_VERSION="0.18.1"
ARG RCLONE_VERSION="1.73.5"