Skip to content

Commit 4816a79

Browse files
committed
fix: Missed a couple spots with 12.22
1 parent 2a759f8 commit 4816a79

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
environment:
3030
NAME: server-postgres
3131
DOCKERFILE_PATH: Dockerfile
32-
MAJOR_VERSION: 12.16
32+
MAJOR_VERSION: 12.22
3333
pwd: postgresql/12
3434
publish_postgresql:
3535
executor: ccc
@@ -42,7 +42,7 @@ jobs:
4242
NAME: server-postgres
4343
DOCKERFILE_PATH: Dockerfile
4444
DOCKER_REGISTRY: dockerhub
45-
MAJOR_VERSION: 12.16
45+
MAJOR_VERSION: 12.22
4646
pwd: postgresql/12
4747

4848
workflows:

postgresql/12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
116116
COPY rootfs /
117117
RUN /opt/bitnami/scripts/postgresql/postunpack.sh
118118
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
119-
ENV APP_VERSION="12.16.0" \
119+
ENV APP_VERSION="12.22.0" \
120120
BITNAMI_APP_NAME="postgresql" \
121121
LANG="en_US.UTF-8" \
122122
LANGUAGE="en_US:en" \

postgresql/12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"arch": "amd64",
44
"distro": "debian-11",
55
"type": "NAMI",
6-
"version": "12.16.0-1"
6+
"version": "12.22.0-1"
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)