Skip to content

Commit

Permalink
Bump images (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 authored Nov 14, 2024
1 parent 5828abd commit 52600be
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- dind
- xlarge-16x16
container:
image: quay.io/tembo/trunk-test-tembo:15-5fe737b
image: quay.io/tembo/trunk-test-tembo:20507b4-pg15
options: --user root
needs:
- find_directories
Expand All @@ -81,7 +81,7 @@ jobs:
- dind
- xlarge-16x16
container:
image: quay.io/tembo/trunk-test-tembo:15-5fe737b
image: quay.io/tembo/trunk-test-tembo:20507b4-pg15
options: --user root
needs:
- find_directories
Expand Down
2 changes: 1 addition & 1 deletion contrib/auto_explain/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# set up variables for build
# Set up variables for build
ARG PG_VERSION=17
FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root
Expand Down
2 changes: 1 addition & 1 deletion contrib/hstore_plpython/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# set up variables for build
# Set up variables for build
ARG PG_VERSION=17
FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root
Expand Down
2 changes: 1 addition & 1 deletion contrib/jsonb_plpython/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# set up variables for build
# Set up variables for build
ARG PG_VERSION=17
FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root
Expand Down
2 changes: 1 addition & 1 deletion contrib/ltree_plpython/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# set up variables for build
# Set up variables for build
ARG PG_VERSION=17
FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root
Expand Down
2 changes: 1 addition & 1 deletion contrib/pg_stat_statements/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# set up variables for build
# Set up variables for build
ARG PG_VERSION=17
FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root
Expand Down

0 comments on commit 52600be

Please sign in to comment.