Skip to content

Commit

Permalink
core: Dockerfile: Fix bun version
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Oct 14, 2023
1 parent 154582d commit 18df716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build frontend
FROM --platform=$BUILDPLATFORM oven/bun AS frontendBuilder
FROM --platform=$BUILDPLATFORM oven/bun:1.0.3-slim AS frontendBuilder

ARG VUE_APP_GIT_DESCRIBE
RUN [ -z "$VUE_APP_GIT_DESCRIBE" ] \
Expand Down

0 comments on commit 18df716

Please sign in to comment.