Skip to content

Commit

Permalink
deps: update base image to alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Apr 23, 2024
1 parent fe10bdd commit 9fe1ccd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19

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.2-r0 \
ruby-io-console=3.2.2-r0 \
&& apk add ruby=3.2.2-r1 \
ruby-io-console=3.2.2-r1 \
ca-certificates=20240226-r0 \
libressl \
less \
git \
&& apk add --virtual "build-dependencies" \
build-base=0.5-r3 \
ruby-dev=3.2.2-r0 \
ruby-dev=3.2.2-r1 \
libressl-dev \
ruby-rdoc=3.2.2-r0 \
ruby-rdoc=3.2.2-r1 \
&& 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.18
FROM alpine:3.19

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.18
FROM node:${NODE_VERSION}-alpine3.19

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

Expand Down

0 comments on commit 9fe1ccd

Please sign in to comment.