diff --git a/Dockerfile b/Dockerfile index c96cce0d28969e1c9543a0947858f6922de08b64..db5b7d406be2a183d9b02c66d26babfc88b02c5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ARG VERSION_INFO= ARG MASTODON_VER=4.3.3 -COPY --from=registry.conarx.tech/containers/nodejs/3.21:22.12.0 /opt/nodejs-22.12.0 /opt/nodejs-22.12.0 +COPY --from=registry.conarx.tech/containers/nodejs/3.21:22.14.0 /opt/nodejs-22.14.0 /opt/nodejs-22.14.0 COPY --from=registry.conarx.tech/containers/ruby/3.21:3.3.6 /opt/ruby-3.3.6 /opt/ruby-3.3.6 @@ -109,14 +109,14 @@ FROM registry.conarx.tech/containers/alpine/3.21 ARG VERSION_INFO= ARG RUBY_VER=3.3.6 -ARG NODEJS_VER=22.12.0 +ARG NODEJS_VER=22.14.0 -LABEL org.opencontainers.image.authors "Nigel Kukard <nkukard@conarx.tech>" -LABEL org.opencontainers.image.version "3.21" -LABEL org.opencontainers.image.base.name "docker.io/library/alpine:3.21" +LABEL org.opencontainers.image.authors = "Nigel Kukard <nkukard@conarx.tech>" +LABEL org.opencontainers.image.version = "3.21" +LABEL org.opencontainers.image.base.name = "docker.io/library/alpine:3.21" COPY --from=registry.conarx.tech/containers/ruby/3.21:3.3.6 /opt/ruby-3.3.6 /opt/ruby-3.3.6 -COPY --from=registry.conarx.tech/containers/nodejs/3.21:22.12.0 /opt/nodejs-22.12.0 /opt/nodejs-22.12.0 +COPY --from=registry.conarx.tech/containers/nodejs/3.21:22.14.0 /opt/nodejs-22.14.0 /opt/nodejs-22.14.0 RUN set -eux; \