浏览代码

chore(deps): update oven/bun docker tag to v1.2.3

renovate[bot] 5 月之前
父节点
当前提交
f017e13ac1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -23,7 +23,7 @@ RUN cargo install resvg
 # copy node_modules from temp directory
 # then copy all (non-ignored) project files into the image
 # will switch to alpine again when it works
-FROM oven/bun:1.2.2-slim AS prerelease
+FROM oven/bun:1.2.3-slim AS prerelease
 WORKDIR /app
 COPY --from=install /temp/dev/node_modules node_modules
 COPY . .