Skip to content

Commit 46e1302

Browse files
committed
Fix Bun version compatibility
Update Docker images from oven/bun:1.1 to oven/bun:1.3 to match the lockfile format generated by Bun 1.3.x
1 parent 4802199 commit 46e1302

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ variables:
2424
# Validate RSS/Atom feeds before building and deploying
2525
validate_feeds:
2626
stage: validate
27-
image: oven/bun:1.1
27+
image: oven/bun:1.3
2828
before_script:
2929
# Install xmllint for XML validation
3030
- apt-get update && apt-get install -y libxml2-utils jq

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.1
1+
FROM oven/bun:1.3
22

33
ARG ARG_REACT_APP_API_SERVER
44
ENV REACT_APP_API_SERVER=$ARG_REACT_APP_API_SERVER

0 commit comments

Comments
 (0)