Skip to content

Commit 4127f33

Browse files
author
github-actions
committed
update with project-syncing action
1 parent 7c5d758 commit 4127f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appdev.rails8.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ WORKDIR /rails-template
5959
COPY --chown=student:student Gemfile Gemfile.lock /rails-template/
6060
RUN /bin/bash -l -c "bundle config set --local path '/home/student/.bundle' && bundle install" \
6161
# Install postgresql 16
62-
&& sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt `lsb_release -cs`-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
62+
&& sudo sh -c 'echo "deb https://apt-archive.postgresql.org/pub/repos/apt focal-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
6363
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - \
6464
&& sudo apt-get update \
6565
&& sudo apt-get install -y postgresql-16 postgresql-contrib-16

0 commit comments

Comments
 (0)