Skip to content

Commit

Permalink
bump alpine to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Nov 12, 2024
1 parent 2ef8ec7 commit e1045e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17 AS alpine
FROM alpine:3.19 AS alpine

FROM ubuntu:20.04 AS bbb-playback
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN apk add --no-cache \
tzdata \
shared-mime-info
# ruby-start.
# Install Ruby from sources since Scalelite does not use the version shipped with Apline.
# Install Ruby from sources since Scalelite does not necessarily use the version shipped with Apline.
ARG RUBY_RELEASE="https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.6.tar.gz"
ARG RUBY="ruby-3.2.6"
RUN apk add --no-cache git make gcc g++ libc-dev pkgconfig \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/v1/focal260-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17 AS alpine
FROM alpine:3.19 AS alpine

FROM ubuntu:20.04 AS bbb-playback
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN apk add --no-cache \
tzdata \
shared-mime-info
# ruby-start.
# Install Ruby from sources since Scalelite does not use the version shipped with Apline.
# Install Ruby from sources since Scalelite does not necessarily use the version shipped with Apline.
ARG RUBY_RELEASE="https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.6.tar.gz"
ARG RUBY="ruby-3.2.6"
RUN apk add --no-cache git make gcc g++ libc-dev pkgconfig \
Expand Down

0 comments on commit e1045e6

Please sign in to comment.