chore(Dockerfile): pin base image digest (#834)
This commit is contained in:
parent
a5d47eac5a
commit
2000ebd254
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