chore(Dockerfile*): update base image version
This commit is contained in:
parent
adbb5685a0
commit
3e75b76ac9
|
@ -1,6 +1,4 @@
|
|||
FROM python:3.10-alpine3.17
|
||||
|
||||
RUN apk add --no-cache git
|
||||
FROM python:3.12-alpine3.19
|
||||
|
||||
RUN adduser -h /opt/shiftregister -D shiftregister
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
FROM python:3.10-alpine3.17
|
||||
|
||||
RUN apk add --no-cache git
|
||||
FROM python:3.12-alpine3.19
|
||||
|
||||
RUN adduser -h /home/shiftregister -D shiftregister
|
||||
|
||||
|
|
Loading…
Reference in New Issue