diff --git a/docker/landing/Dockerfile b/docker/landing/Dockerfile index b8c7b2c7..c5140963 100644 --- a/docker/landing/Dockerfile +++ b/docker/landing/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine +FROM node:22-alpine LABEL org.opencontainers.image.source=https://github.com/freecodecamp/infra LABEL org.opencontainers.image.description="A quick landing page for the freeCodeCamp.org Docker containers."