chore: update bun base docker image

This commit is contained in:
Nicolas Meienberger 2026-05-19 20:56:09 +02:00
parent f9dbe00b26
commit 59ffcc56bd
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM oven/bun:1.3.13-alpine@sha256:4de475389889577f346c636f956b42a5c31501b654664e9ae5726f94d7bb5349 AS base
FROM oven/bun:1.3.14-alpine@sha256:5acc90a93e91ff07bf72aa90a7c9f0fa189765aec90b47bdbf2152d2196383c0 AS base
ARG RESTIC_VERSION="0.18.1"
ARG RCLONE_VERSION="1.74.0"

View file

@ -1,4 +1,4 @@
FROM oven/bun:1.3.13-alpine@sha256:4de475389889577f346c636f956b42a5c31501b654664e9ae5726f94d7bb5349
FROM oven/bun:1.3.14-alpine@sha256:5acc90a93e91ff07bf72aa90a7c9f0fa189765aec90b47bdbf2152d2196383c0
ARG RESTIC_VERSION="0.18.1"
ARG RCLONE_VERSION="1.74.0"

View file

@ -139,5 +139,5 @@
"overrides": {
"esbuild": "^0.28.0"
},
"packageManager": "bun@1.3.13"
"packageManager": "bun@1.3.14"
}