Skip to content

Commit

Permalink
Merge pull request #131 from grillazz/129-import-xlsx-endpoint
Browse files Browse the repository at this point in the history
129 import xlsx endpoint
  • Loading branch information
grillazz authored Feb 15, 2024
2 parents d8afd38 + ef5c863 commit da39fa0
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.1-slim-bookworm AS base
FROM python:3.12.2-slim-bookworm AS base
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends curl git build-essential \
Expand Down
Loading

0 comments on commit da39fa0

Please sign in to comment.