'update files with ansible'

This commit is contained in:
jonny 2021-12-19 08:49:24 +00:00
parent a4f665b963
commit 5ec284af84
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
apk -U upgrade --ignore alpine-baselayout && \
apk -U add libmediainfo ca-certificates mono zip curl libgdiplus && \
apk del make gcc g++ && \
cert-sync /etc/ssl/certs/ca-certificates.crt
rm -rf /tmp/src && \
rm -rf /var/cache/apk/*

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.2.3
version: 0.2.5
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.