Skip to content

Commit 0551595

Browse files
authored
v2.1.12 (#43)
Build updates * Fixing Dockerfile variable names
1 parent 39f515a commit 0551595

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.esh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV \
1414
EXPOSE 5432
1515

1616
COPY ./overlay /
17-
COPY ./<%= ${POSTGRESQL_MINOR} %>/overlay /
17+
COPY ./<%= ${POSTGRESQL_MAJOR} %>/overlay /
1818

1919
RUN bf-install
2020

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.11
1+
2.1.12

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for V in ${POSTGRESQL_VERSIONS} ; do
1818
bfren/alpine esh \
1919
"/ws/Dockerfile.esh" \
2020
BASE_REVISION=${BASE_REVISION} \
21-
POSTGRESQL_MINOR=${V}
21+
POSTGRESQL_MAJOR=${V}
2222
)
2323

2424
echo "${DOCKERFILE}" > ./${V}/Dockerfile

0 commit comments

Comments
 (0)