Skip to content

Commit

Permalink
chore: use base image from s3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Dec 7, 2023
1 parent 4c5b1b9 commit 8f2dad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/orioledb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ARG wal_g_release=2.0.1
####################
# Install postgres
####################
FROM orioledb/orioledb:beta3-s3-pg${postgresql_major}-ubuntu as base
FROM orioledb/orioledb:latest-pg${postgresql_major}-ubuntu as base
# Redeclare args for use in subsequent stages
ARG TARGETARCH
ARG postgresql_major
Expand Down

0 comments on commit 8f2dad6

Please sign in to comment.