Skip to content

Commit

Permalink
chore(deps): update node.js to v20 (#18)
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 Mar 15, 2024
1 parent 43f5faa commit 43460ce
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 43460ce

Please sign in to comment.