Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JeSuisUnCaillou committed Feb 6, 2025
1 parent 13f7cde commit db80b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

ARG RUBY_VERSION=3.4.1
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
FROM ruby:$RUBY_VERSION-slim AS base

WORKDIR /app

Expand Down

0 comments on commit db80b20

Please sign in to comment.