mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-11-06 15:03:16 +00:00
chore(deps): update oven/bun docker tag to v1.2.3
This commit is contained in:
@@ -23,7 +23,7 @@ RUN cargo install resvg
|
|||||||
# copy node_modules from temp directory
|
# copy node_modules from temp directory
|
||||||
# then copy all (non-ignored) project files into the image
|
# then copy all (non-ignored) project files into the image
|
||||||
# will switch to alpine again when it works
|
# 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
|
WORKDIR /app
|
||||||
COPY --from=install /temp/dev/node_modules node_modules
|
COPY --from=install /temp/dev/node_modules node_modules
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user