Skip to content

Commit

Permalink
Bump node in /compose/production/django
Browse files Browse the repository at this point in the history
Bumps node from 16-bullseye-slim to 17-bullseye-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2022
1 parent 31b513f commit f63ac88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PYTHON_VERSION=3.9-slim-bullseye

FROM node:16-bullseye-slim as client-builder
FROM node:17-bullseye-slim as client-builder

ARG APP_HOME=/app
WORKDIR ${APP_HOME}
Expand Down

0 comments on commit f63ac88

Please sign in to comment.