This commit is contained in:
2023-12-24 13:16:55 -07:00
parent bb4273bec1
commit dc167b4292
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1
# Adjust NODE_VERSION as desired
ARG BUN_VERSION=1.0.19
ARG BUN_VERSION=1.0.20
FROM oven/bun:${BUN_VERSION} as base
LABEL fly_launch_runtime="Bun"