Skip to content

Commit d13bc67

Browse files
committed
Use Alpine 3.22 to fix qemu issue
1 parent 4dbadf4 commit d13bc67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.7-alpine AS builder
1+
FROM ruby:3.4.7-alpine3.22 AS builder
22
RUN apk add --no-cache build-base
33

44
# Required for installing gem "openssl" on Alpine Linux
@@ -23,7 +23,7 @@ RUN bundle config set path /usr/local/bundle && \
2323
\) -delete && \
2424
find /usr/local/bundle -name '*.so' -exec strip --strip-unneeded {} +
2525

26-
FROM ruby:3.4.7-alpine
26+
FROM ruby:3.4.7-alpine3.22
2727
LABEL maintainer="georg@ledermann.dev"
2828

2929
# Add tzdata to get correct timezone

0 commit comments

Comments
 (0)