Skip to content

Commit

Permalink
fix(deps): update to alpine 3.20 / Ruby 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 25, 2024
1 parent 1396cfd commit 58c8e4d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2
3.3.3
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.20

LABEL maintainer="Beth Skurrie <[email protected]>"

Expand All @@ -9,17 +9,17 @@ ADD docker/gemrc /root/.gemrc
ADD docker/pact /usr/local/bin/pact

RUN apk update \
&& apk add ruby=3.2.4-r0 \
ruby-io-console=3.2.4-r0 \
&& apk add ruby=3.3.3-r0 \
ruby-io-console=3.3.3-r0 \
ca-certificates=20240226-r0 \
libressl \
less \
git \
&& apk add --virtual "build-dependencies" \
build-base=0.5-r3 \
ruby-dev=3.2.4-r0 \
ruby-dev=3.3.3-r0 \
libressl-dev \
ruby-rdoc=3.2.4-r0 \
ruby-rdoc=3.3.3-r0 \
&& gem install bundler -v "~>2.5" \
&& bundler -v \
&& bundle config build.nokogiri --use-system-libraries \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-bundle-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3
FROM alpine:3.20

ENV NOKOGIRI_USE_SYSTEM_LIBRARIES=1
ENV BUNDLE_SILENCE_ROOT_WARNING=1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-node
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=18
FROM node:${NODE_VERSION}-alpine3.19
FROM node:${NODE_VERSION}-alpine3.20

LABEL maintainer="Beth Skurrie <[email protected]>"

Expand Down
14 changes: 12 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
dig_rb (1.0.1)
expgen (0.1.1)
parslet
faraday (2.9.1)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
Expand All @@ -43,6 +43,8 @@ GEM
json (2.7.2)
method_source (1.1.0)
mini_mime (1.1.5)
mize (0.4.1)
protocol (~> 2.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
net-http (0.4.1)
Expand Down Expand Up @@ -91,9 +93,12 @@ GEM
term-ansicolor (~> 1.7)
thor (>= 0.20, < 2.0)
parslet (2.0.0)
protocol (2.0.0)
ruby_parser (~> 3.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.0)
rack (2.2.9)
rack-proxy (0.7.7)
rack
Expand All @@ -119,9 +124,14 @@ GEM
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
ruby_parser (3.21.0)
racc (~> 1.5)
sexp_processor (~> 4.16)
sexp_processor (4.17.1)
sync (0.5.0)
table_print (1.5.7)
term-ansicolor (1.8.0)
term-ansicolor (1.10.2)
mize
tins (~> 1.0)
thor (1.3.1)
tins (1.33.0)
Expand Down

0 comments on commit 58c8e4d

Please sign in to comment.