Skip to content

Commit

Permalink
Merge branch 'main' into renovate/express-http-proxy-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lyind committed Mar 15, 2024
2 parents 23e0d5b + 43460ce commit fba9f55
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 fba9f55

Please sign in to comment.