chore: lock Dockerfile base image to specific version
This commit is contained in:
parent
27d4da8941
commit
2b92778f37
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM oven/bun:1-alpine as base
|
FROM oven/bun:1.1.21-alpine as base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# install dependencies into temp directory
|
# install dependencies into temp directory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue