Skip to content

Commit

Permalink
chore: update a docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
rhumie committed Feb 27, 2024
1 parent e8fae4c commit 0d4c0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.19
COPY dynasc /usr/bin/
ENTRYPOINT [ "/usr/bin/dynasc" ]
CMD ["-h"]
CMD []

0 comments on commit 0d4c0ba

Please sign in to comment.