From 5a19cd69fe873fbd51cca0d0d1375871b3e9c558 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 16:11:08 +0000 Subject: [PATCH] chore(deps): update oven/bun docker tag to v1.1.21 (#1372) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad096004..092e91c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM mwader/static-ffmpeg:7.0.1 as ffmpeg -FROM oven/bun:1.1.20-slim as build +FROM oven/bun:1.1.21-slim as build ARG GIT_TAG SHELL ["/bin/bash", "-c"] WORKDIR /src