diff --git a/Dockerfile.esh b/Dockerfile.esh index 97b4860..ee833da 100644 --- a/Dockerfile.esh +++ b/Dockerfile.esh @@ -14,7 +14,7 @@ ENV \ EXPOSE 5432 COPY ./overlay / -COPY ./<%= ${POSTGRESQL_MINOR} %>/overlay / +COPY ./<%= ${POSTGRESQL_MAJOR} %>/overlay / RUN bf-install diff --git a/VERSION b/VERSION index 46ca28d..30b1cc8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.11 \ No newline at end of file +2.1.12 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index dbda86a..f6b8a3a 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -18,7 +18,7 @@ for V in ${POSTGRESQL_VERSIONS} ; do bfren/alpine esh \ "/ws/Dockerfile.esh" \ BASE_REVISION=${BASE_REVISION} \ - POSTGRESQL_MINOR=${V} + POSTGRESQL_MAJOR=${V} ) echo "${DOCKERFILE}" > ./${V}/Dockerfile