Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
chore(deps): update node.js to v16.14.2 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 11, 2022
1 parent 1afa4ca commit d93f39a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-runner-oauth2-proxy-dynamodb/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# builder
#

FROM docker.io/library/node:16.14.0-alpine3.14 AS builder
FROM docker.io/library/node:16.14.2-alpine3.14 AS builder

ARG AWS_ACCESS_KEY_ID
ARG AWS_SECRET_ACCESS_KEY
Expand All @@ -30,7 +30,7 @@ RUN cp /app/next.config.js ./ && \
# dependencies
#

FROM docker.io/library/node:16.14.0-alpine3.14 AS dependencies
FROM docker.io/library/node:16.14.2-alpine3.14 AS dependencies

# Download extract oauth2-proxy
ARG OAUTH2_PROXY_VERSION=7.2.1
Expand All @@ -42,7 +42,7 @@ RUN tar -xf /tmp/oauth2-proxy-v$OAUTH2_PROXY_VERSION.linux-amd64.tar.gz -C /tmp
# runner
#

FROM docker.io/library/node:16.14.0-alpine3.14 AS runner
FROM docker.io/library/node:16.14.2-alpine3.14 AS runner

COPY entrypoint.sh ./entrypoint.sh
RUN chmod +x ./entrypoint.sh
Expand Down

0 comments on commit d93f39a

Please sign in to comment.