Skip to content

Commit

Permalink
chore(deps): update node docker tag to v22.7.0 (#2062)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 26, 2024
1 parent 55a1933 commit 6f2691a
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.6.0-slim AS build
FROM node:22.7.0-slim AS build

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

0 comments on commit 6f2691a

Please sign in to comment.