fix: bin -> bun
This commit is contained in:
parent
960d095112
commit
86fa761191
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# https://bun.sh/guides/ecosystem/docker
|
||||
FROM oven/bin:1.1.19 AS base
|
||||
FROM oven/bun:1.1.19 AS base
|
||||
|
||||
# Install dependencies into the temp directory
|
||||
# Install, excluding devDeps
|
||||
|
|
Loading…
Reference in a new issue