Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kimata committed Aug 26, 2023
1 parent 042bf6e commit 3920d84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.4-bookworm as build
FROM python:3.11.5-bookworm as build

RUN apt-get update && apt-get install --assume-yes \
gcc \
Expand All @@ -19,7 +19,7 @@ RUN poetry config virtualenvs.create false \
&& poetry install \
&& rm -rf ~/.cache

FROM python:3.11.4-slim-bookworm as prod
FROM python:3.11.5-slim-bookworm as prod

ARG IMAGE_BUILD_DATE

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.6"
"typescript": "~5.2.0"
}
}

0 comments on commit 3920d84

Please sign in to comment.