Skip to content

Commit

Permalink
chore(deps): update node docker tag to v22.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 63c67f5 commit 9cf1077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build
FROM node:22.5.1-slim AS build
FROM node:22.6.0-slim AS build

# Copy, build static files; see .dockerignore for exclusions
WORKDIR /app
Expand Down

0 comments on commit 9cf1077

Please sign in to comment.