mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Change Bun version in Dockerfile
This commit is contained in:
parent
9c8f88ae8d
commit
b7b82fee15
|
|
@ -1,6 +1,6 @@
|
||||||
# use the official Bun image
|
# use the official Bun image
|
||||||
# see all versions at https://hub.docker.com/r/oven/bun/tags
|
# see all versions at https://hub.docker.com/r/oven/bun/tags
|
||||||
FROM oven/bun:1.0.15-alpine as base
|
FROM oven/bun:1.0.30-alpine as base
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
RUN apk add vips
|
RUN apk add vips
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue