Skip to content

Commit

Permalink
SNS-4 - Upping Version for Release (#13)
Browse files Browse the repository at this point in the history
* fix dockerfile and update pipfile lock

* better pinning of python version and distro

* SNS-4 - entrypoint update with full path

* more Dockerfile tweaks

* fixing ENV

* upping version
  • Loading branch information
d-dot-one authored Aug 1, 2023
1 parent e8abd16 commit 68504a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN pipenv install --deploy --verbose
WORKDIR ${HOME_DIR}
USER ${USER_NAME}

LABEL version="1.0.3"
LABEL version="1.0.4"

COPY action/publish_to_sns.py ${HOME_DIR}
COPY action/__init__.py ${HOME_DIR}
Expand Down

0 comments on commit 68504a5

Please sign in to comment.