Skip to content

Commit 87998db

Browse files
committed
Fixup dockerfile for ruby 4
1 parent 65d553e commit 87998db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM ruby:4.0.1-alpine3.23 AS builder
1111
WORKDIR /app
1212

1313
ARG PROD_PACKAGES
14-
ENV DEV_PACKAGES="gcc libc-dev make yaml-dev yarn postgresql18-dev=18.2-r0 build-base git"
14+
ENV DEV_PACKAGES="gcc libc-dev make yaml-dev yarn postgresql18-dev build-base git"
1515
RUN apk add --no-cache $PROD_PACKAGES $DEV_PACKAGES
1616
RUN echo "Europe/London" > /etc/timezone && \
1717
cp /usr/share/zoneinfo/Europe/London /etc/localtime

0 commit comments

Comments
 (0)