Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Updated base image to 1.5.6-alpine3.19
  • Loading branch information
deronsmith committed Feb 26, 2024
1 parent 1e6f889 commit fe3b881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mambaorg/micromamba:1.5.1-alpine
FROM mambaorg/micromamba:1.5.6-alpine3.19

USER root
RUN addgroup -S cyano && adduser -S -G cyano cyano
Expand Down Expand Up @@ -44,4 +44,4 @@ RUN find /opt/conda -name "*test.key" -delete || true
USER cyano

#ENTRYPOINT ["tail", "-f", "/dev/null"]
CMD ["sh", "start_flask.sh"]
CMD ["sh", "start_flask.sh"]

0 comments on commit fe3b881

Please sign in to comment.