Skip to content

Commit 55dd383

Browse files
lgarofaloLeland Garofalo
andauthored
fix: update dev image to bullseye (#756)
Co-authored-by: Leland Garofalo <lelandgarofalo@Lelands-MacBook-Pro.local>
1 parent 1f1165e commit 55dd383

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ruby:2.7.6-buster
1+
FROM ruby:2.7.6-bullseye
22

3-
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main' > /etc/apt/sources.list.d/pgdg.list && \
3+
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' > /etc/apt/sources.list.d/pgdg.list && \
44
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
55
apt-get update && \
66
apt-get install -y postgresql-client-13 && \

0 commit comments

Comments
 (0)