chore(Dockerfile): pin base image digest
This commit is contained in:
parent
e506047415
commit
371d772437
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue