Skip to content

Commit

Permalink
Update Node.js to v22.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent e2cbc62 commit 1a9ec10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to build and serve OperationsGateway

# Build stage
FROM node:22.12.0-alpine3.20@sha256:027911463b296bdaf6df82b5ccf2c6b290fee725d5fba6513a037ed019400625 as builder
FROM node:22.13.1-alpine3.20@sha256:ad6d3821bb2b0d44d31bae77c8aa56f5fd98b6fe4af31e8cd6e10f314f3aeb44 as builder

WORKDIR /operationsgateway-build

Expand Down

0 comments on commit 1a9ec10

Please sign in to comment.