Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion container/tc_mylar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down