Skip to content

Commit

Permalink
Pin oven/bun at 1.1.29
Browse files Browse the repository at this point in the history
The current version (1.1.30) is causing build errors.
  • Loading branch information
amrc-benmorrow committed Oct 9, 2024
1 parent 83a77d0 commit a01413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acs-manager/.docker/Dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG base_version
ARG build_version
ARG base_prefix=ghcr.io/amrc-factoryplus/acs-manager

FROM --platform=linux/amd64 oven/bun:latest as build-frontend
FROM --platform=linux/amd64 oven/bun:1.1.29 as build-frontend
WORKDIR /app
COPY . /app/

Expand Down

0 comments on commit a01413c

Please sign in to comment.