We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba79e76 commit 42929f9Copy full SHA for 42929f9
Dockerfile
@@ -54,6 +54,9 @@ RUN rm -rf vendor/bundle/ruby/3.4.0/cache/*.gem && \
54
##############################
55
FROM ruby:$RUBY_VER-alpine
56
57
+# Install package updates since image release
58
+RUN apk update && apk --no-cache --quiet upgrade
59
+
60
ARG RUNTIME_PACKAGES="libxml2 libxslt curl zlib libpq yaml tzdata"
61
RUN apk add --no-cache $RUNTIME_PACKAGES
62
0 commit comments