update OS
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM debian:10
|
||||
FROM debian:11
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y upgrade && \
|
||||
@@ -14,4 +14,4 @@ COPY storeid/* /app/storeid/
|
||||
EXPOSE 3128
|
||||
EXPOSE 3129
|
||||
|
||||
ENTRYPOINT ["/app/start.sh"]
|
||||
ENTRYPOINT ["/app/start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user