Skip to content

Commit 8f0c83c

Browse files
committed
Fix Dockerfile and move down bundle update --bundler
1 parent e646e68 commit 8f0c83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ruby:3-alpine3.21 as builder
1+
FROM ruby:3-alpine3.21 AS builder
22

33
COPY Gemfile ./
44

55
RUN apk add --update --no-cache make ruby-dev gcc musl-dev && \
66
gem install bundler --user-install && \
7-
bundle update --bundler && \
87
bundle install --no-cache && \
8+
bundle update --bundler && \
99
apk del gcc make musl-dev ruby-dev && \
1010
rm -rf /usr/local/bundle/cache /root/.bundle
1111

0 commit comments

Comments
 (0)