Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent c1201e1 commit f10d10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,7 +1,7 @@
#
# Prebuild Stage
#
FROM node:18-alpine AS prebuild
FROM node:20-alpine AS prebuild

# Package versions
ARG STATICJS_CMS_VER=1.2.14
Expand Down Expand Up @@ -45,7 +45,7 @@ RUN cd /builder/netlify-cms-github-oauth-provider && \
#
# Main stage
#
FROM node:18-alpine AS main
FROM node:20-alpine AS main
LABEL org.opencontainers.image.source=https://github.com/giantswarm/staticjscms-hugo-standalone
LABEL org.opencontainers.image.description="Run static-cms with GitHub OAuth provider (optimized for Hugo sites)"

Expand Down

0 comments on commit f10d10b

Please sign in to comment.