Skip to content

Commit

Permalink
feat(docker): switch to alpine 21
Browse files Browse the repository at this point in the history
  • Loading branch information
gildesmarais committed Dec 25, 2024
1 parent 5480002 commit aec95e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build
FROM ruby:3.4.0-alpine3.20 AS builder
FROM ruby:3.4.0-alpine3.21 AS builder

LABEL maintainer="Gil Desmarais <html2rss-web-docker@desmarais.de>"

Expand All @@ -23,7 +23,7 @@ RUN apk add --no-cache \
&& bundle binstubs bundler html2rss

# Stage 2: Runtime
FROM ruby:3.4.0-alpine3.20
FROM ruby:3.4.0-alpine3.21

LABEL maintainer="Gil Desmarais <html2rss-web-docker@desmarais.de>"

Expand Down

0 comments on commit aec95e5

Please sign in to comment.