1
0
Fork 0

chore(deps): bump bun to 1.0.1

This commit is contained in:
Vojtěch Mareš 2023-09-12 17:49:19 +02:00
parent b0affaa936
commit dcd90e4fff
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM --platform=linux/amd64 oven/bun:1.0.0
FROM --platform=linux/amd64 oven/bun:1.0.1
WORKDIR /app
EXPOSE 3000