diff --git a/container/tc_mylar/Dockerfile b/container/tc_mylar/Dockerfile index 8e0c350..e5261fe 100644 --- a/container/tc_mylar/Dockerfile +++ b/container/tc_mylar/Dockerfile @@ -7,7 +7,7 @@ # See /LICENSE for details ################################################################################ ARG TALECASTER_BASE=latest -FROM alpine:3.16 AS pybuild +FROM alpine:3.17.0 AS pybuild WORKDIR /opt/mylar RUN apk update && apk upgrade && \ apk add git bash python3 sqlite && \