Skip to content

Commit f4f9a1d

Browse files
authored
Major release (#31)
### Issue <!-- Please link the GitHub issues related to this PR, if available --> ### Description <!-- Please explain the changes you made here. Help your reviewers by guiding them through your key changes, implementation decisions etc. You can even include snippets of output or screenshots. A good, clear description == a faster review :) --> ### Checklist - [ ] I have read the [contributing guidelines](https://github.com/httpdss/struct/blob/main/README.md#contributing). - [ ] My code follows the code style of this project. - [ ] I have performed a self-review of my own code. - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] New and existing unit tests pass locally with my changes. - [ ] I have updated the documentation accordingly. ### Screenshots (if applicable) <!-- Add screenshots to illustrate the changes made in the pull request --> ### Additional Comments <!-- Add any other context or comments about the pull request here -->
1 parent b15313a commit f4f9a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Use an official Python runtime as a parent image
22
FROM python:3.12.4-slim
33

4+
45
# Set the working directory in the container
56
WORKDIR /app
67

0 commit comments

Comments
 (0)