Skip to content

Commit f006c7f

Browse files
chore(deps): bump oauth2-proxy/oauth2-proxy from v7.15.0 to v7.15.1
Bumps [oauth2-proxy/oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy) from v7.15.0 to v7.15.1. - [Release notes](https://github.com/oauth2-proxy/oauth2-proxy/releases) - [Changelog](https://github.com/oauth2-proxy/oauth2-proxy/blob/master/CHANGELOG.md) - [Commits](oauth2-proxy/oauth2-proxy@v7.15.0...v7.15.1) --- updated-dependencies: - dependency-name: oauth2-proxy/oauth2-proxy dependency-version: v7.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8660090 commit f006c7f

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)