Skip to content
Snippets Groups Projects
Commit e19ff8f5 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

chore: updated to Alpine 3.21

parent f9e45f9a
No related branches found
No related tags found
1 merge request!4Updated to Alpine 3.21
......@@ -19,7 +19,7 @@
# IN THE SOFTWARE.
FROM registry.conarx.tech/containers/alpine/edge AS ruby-builder
FROM registry.conarx.tech/containers/alpine/3.21 AS ruby-builder
# Latest? - https://www.ruby-lang.org/en/downloads/branches/
......@@ -119,12 +119,12 @@ RUN set -eux; \
du -hs .
FROM registry.conarx.tech/containers/alpine/edge
FROM registry.conarx.tech/containers/alpine/3.21
ARG VERSION_INFO=
LABEL org.opencontainers.image.authors = "Nigel Kukard <nkukard@conarx.tech>"
LABEL org.opencontainers.image.version = "edge"
LABEL org.opencontainers.image.base.name = "registry.conarx.tech/containers/alpine/edge"
LABEL org.opencontainers.image.version = "3.21"
LABEL org.opencontainers.image.base.name = "registry.conarx.tech/containers/alpine/3.21"
# Latest? - https://www.ruby-lang.org/en/downloads/branches/
ENV RUBY_VER=3.3.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment