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.
1 parent a4d6631 commit 5c473ceCopy full SHA for 5c473ce
images/bun.Dockerfile
@@ -1,3 +1,3 @@
1
-FROM oven/bun:1.3.0-alpine AS base
+FROM oven/bun:1.3.2-alpine AS base
2
RUN apk add --no-cache libc6-compat openssl
3
WORKDIR /app
images/bun_canvas.Dockerfile
@@ -1,4 +1,4 @@
-FROM oven/bun:1.2.21-alpine AS base
RUN apk add --no-cache libc6-compat build-base g++ cairo-dev pango-dev jpeg-dev imagemagick openssl
RUN bun i -g node-gyp
4
0 commit comments