git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
116c593
)
Update Dockerfile.experimental to use Alpine Linux 3.20
author
Code-Otto
<redacted>
Tue, 25 Jun 2024 20:27:21 +0000
(22:27 +0200)
committer
Code-Otto
<redacted>
Tue, 25 Jun 2024 20:27:21 +0000
(22:27 +0200)
Dockerfile.experimental
patch
|
blob
|
history
diff --git
a/Dockerfile.experimental
b/Dockerfile.experimental
index da7e5005bb4b146e407142d768701003db567e61..0c68b9cd05e566df62336a7da5b28d5d905813d5 100644
(file)
--- a/
Dockerfile.experimental
+++ b/
Dockerfile.experimental
@@
-22,7
+22,7
@@
COPY client ./client
RUN npm run build
\r
\r
# Pipenv Build Container
\r
-FROM python:3.11-alpine3.
19
as pipenv-build
\r
+FROM python:3.11-alpine3.
20
as pipenv-build
\r
\r
ARG BUILD_DIR
\r
\r
@@
-40,7
+40,7
@@
RUN pipenv install --deploy --ignore-pipfile && \
pipenv --clear
\r
\r
# Runtime Container
\r
-FROM python:3.11-alpine3.
19
\r
+FROM python:3.11-alpine3.
20
\r
\r
ARG BUILD_DIR
\r
\r
git clone https://git.99rst.org/PROJECT