We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4802199 commit 46e1302Copy full SHA for 46e1302
2 files changed
.gitlab-ci.yml
@@ -24,7 +24,7 @@ variables:
24
# Validate RSS/Atom feeds before building and deploying
25
validate_feeds:
26
stage: validate
27
- image: oven/bun:1.1
+ image: oven/bun:1.3
28
before_script:
29
# Install xmllint for XML validation
30
- apt-get update && apt-get install -y libxml2-utils jq
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM oven/bun:1.1
+FROM oven/bun:1.3
2
3
ARG ARG_REACT_APP_API_SERVER
4
ENV REACT_APP_API_SERVER=$ARG_REACT_APP_API_SERVER
0 commit comments