Skip to content

Commit

Permalink
Merge pull request #2 from RE-INvent-Retail/master
Browse files Browse the repository at this point in the history
Fixed VOLUME in Dockerfile and add version 1.13 of beanstalkd
  • Loading branch information
maateen authored Oct 25, 2024
2 parents b1ce9f0 + 891716c commit de7c3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV FSYNC_INTERVAL 1000
COPY --from=builder /build/beanstalkd /usr/bin/

RUN mkdir -p ${PV_DIR}
VOLUME [${PV_DIR}]
VOLUME ${PV_DIR}

EXPOSE 11300

Expand Down
2 changes: 1 addition & 1 deletion buildnpush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
repo_name="maateen/docker-beanstalkd"
build_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
alpine_versions=('3.9' '3.10' '3.11' '3.12' '3.13' 'latest' 'edge')
beanstalkd_versions=('1.8' '1.9' '1.10' '1.11' '1.12')
beanstalkd_versions=('1.8' '1.9' '1.10' '1.11' '1.12', '1.13')

buildNpush() {
alpine_version=$1
Expand Down

0 comments on commit de7c3ec

Please sign in to comment.