Skip to content

Commit a406c57

Browse files
authoredDec 4, 2023
fix: change orioledb base image to s3 branch (#808)
* fix: change orioledb base image to s3 branch * Update dockerhub-release-orioledb.yml * Revert "Update dockerhub-release-orioledb.yml" This reverts commit a37b220.
1 parent 2b97cb9 commit a406c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker/orioledb/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ARG wal_g_release=2.0.1
4141
####################
4242
# Install postgres
4343
####################
44-
FROM orioledb/orioledb:latest-pg${postgresql_major}-ubuntu as base
44+
FROM orioledb/orioledb:beta3-s3-pg${postgresql_major}-ubuntu as base
4545
# Redeclare args for use in subsequent stages
4646
ARG TARGETARCH
4747
ARG postgresql_major

0 commit comments

Comments
 (0)
Please sign in to comment.