Skip to content

Commit 7c5d91f

Browse files
authored
Merge pull request #10 from bavix/dependabot/docker/oauth2-proxy/oauth2-proxy-v7.15.1
chore(deps): bump oauth2-proxy/oauth2-proxy from v7.15.0 to v7.15.1
2 parents 26def74 + f006c7f commit 7c5d91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY package.json package-lock.json* ./
44
RUN npm ci --production --no-audit --no-fund || npm install --production --no-audit --no-fund
55
RUN /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
88
COPY templates/ /templates/
99
COPY --from=build /build/out/babichev-design.tmpl /templates/babichev-design.tmpl
1010
ENV OAUTH2_PROXY_CUSTOM_TEMPLATES_DIR=/templates

0 commit comments

Comments
 (0)