We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbadf4 commit d13bc67Copy full SHA for d13bc67
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3.4.7-alpine AS builder
+FROM ruby:3.4.7-alpine3.22 AS builder
2
RUN apk add --no-cache build-base
3
4
# Required for installing gem "openssl" on Alpine Linux
@@ -23,7 +23,7 @@ RUN bundle config set path /usr/local/bundle && \
23
\) -delete && \
24
find /usr/local/bundle -name '*.so' -exec strip --strip-unneeded {} +
25
26
-FROM ruby:3.4.7-alpine
+FROM ruby:3.4.7-alpine3.22
27
LABEL maintainer="georg@ledermann.dev"
28
29
# Add tzdata to get correct timezone
0 commit comments