File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY package.json package-lock.json* ./
44RUN npm ci --production --no-audit --no-fund || npm install --production --no-audit --no-fund
55RUN /bin/sh -lc "mkdir -p /build/out && cp node_modules/@bavichev/babichev-design/dist/styles/main.css /build/out/babichev-design.css || true && printf '%s\n ' '{{define \" babichev-design.css\" }}' > /build/out/babichev-design.tmpl && cat /build/out/babichev-design.css >> /build/out/babichev-design.tmpl && printf '%s\n ' '{{end}}' >> /build/out/babichev-design.tmpl || true"
66
7- FROM quay.io/oauth2-proxy/oauth2-proxy:v7.15.0
7+ FROM quay.io/oauth2-proxy/oauth2-proxy:v7.15.1
88COPY templates/ /templates/
99COPY --from=build /build/out/babichev-design.tmpl /templates/babichev-design.tmpl
1010ENV OAUTH2_PROXY_CUSTOM_TEMPLATES_DIR=/templates
You can’t perform that action at this time.
0 commit comments