Skip to content

Commit

Permalink
Bump node from 20 to 22 in /users/userservice
Browse files Browse the repository at this point in the history
Bumps node from 20 to 22.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 55f25bc commit 7b75948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/userservice/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Node.js runtime as a parent image
FROM node:20
FROM node:22

RUN wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
RUN apt install apt-transport-https -y --no-install-recommends && apt clean
Expand Down

0 comments on commit 7b75948

Please sign in to comment.