Skip to content
/ dockyard Public

Commit 3865163

Browse files
Update oven/bun Docker tag to v1.3.3
1 parent c340fea commit 3865163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/bun.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM oven/bun:1.3.2-alpine AS base
1+
FROM oven/bun:1.3.3-alpine AS base
22
RUN apk add --no-cache libc6-compat openssl
33
WORKDIR /app

images/bun_canvas.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.2.21-alpine AS base
1+
FROM oven/bun:1.3.3-alpine AS base
22
RUN apk add --no-cache libc6-compat build-base g++ cairo-dev pango-dev jpeg-dev imagemagick openssl
33
RUN bun i -g node-gyp
44
WORKDIR /app

0 commit comments

Comments
 (0)