Skip to content

Commit eb91d8b

Browse files
authored
Merge pull request #232 from C4illin/renovate/oven-bun-1.x
chore(deps): update oven/bun docker tag to v1.2.4
2 parents 326a8e3 + b8312be commit eb91d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.2.3-alpine AS base
1+
FROM oven/bun:1.2.4-alpine AS base
22
LABEL org.opencontainers.image.source="https://github.com/C4illin/ConvertX"
33
WORKDIR /app
44

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

0 commit comments

Comments
 (0)