Skip to content

Commit

Permalink
Upgrade to Alpine 3.19 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
aspettl committed Dec 28, 2023
1 parent 7c5773b commit f4cf7e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0-alpine3.18 AS builder
FROM ruby:3.3.0-alpine3.19 AS builder

RUN apk --no-cache add build-base zlib-dev tzdata openssl-dev mariadb-dev shared-mime-info

Expand All @@ -18,10 +18,10 @@ COPY . .
RUN RAILS_ENV=production SECRET_KEY_BASE=irrelevant bundle exec rails assets:precompile


FROM ruby:3.3.0-alpine3.18
FROM ruby:3.3.0-alpine3.19
LABEL maintainer="[email protected]"

RUN apk --no-cache add zlib tzdata libssl1.1 mariadb-connector-c shared-mime-info
RUN apk --no-cache add zlib tzdata libssl3 mariadb-connector-c shared-mime-info

WORKDIR /app

Expand Down

0 comments on commit f4cf7e8

Please sign in to comment.