We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 326a8e3 + b8312be commit eb91d8bCopy full SHA for eb91d8b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM oven/bun:1.2.3-alpine AS base
+FROM oven/bun:1.2.4-alpine AS base
2
LABEL org.opencontainers.image.source="https://github.com/C4illin/ConvertX"
3
WORKDIR /app
4
@@ -23,7 +23,7 @@ RUN cargo install resvg
23
# copy node_modules from temp directory
24
# then copy all (non-ignored) project files into the image
25
# will switch to alpine again when it works
26
-FROM oven/bun:1.2.3-slim AS prerelease
+FROM oven/bun:1.2.4-slim AS prerelease
27
28
COPY --from=install /temp/dev/node_modules node_modules
29
COPY . .
0 commit comments