Browse Source

Merge pull request #230 from C4illin/renovate/oven-bun-1.x

Emrik Östling 5 tháng trước cách đây
mục cha
commit
326a8e3404
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 . .