'update files with ansible'

This commit is contained in:
jonny 2021-12-19 14:52:17 +00:00
parent 94c231517a
commit f36430047d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
apk -U upgrade --ignore alpine-baselayout && \ apk -U upgrade --ignore alpine-baselayout && \
apk -U add libmediainfo ca-certificates mono zip curl libgdiplus && \ apk -U add libmediainfo ca-certificates mono zip curl libgdiplus && \
apk del make gcc g++ && \ apk del make gcc g++ && \
cert-sync /etc/ssl/certs/ca-certificates.crt cert-sync /etc/ssl/certs/ca-certificates.crt && \
rm -rf /tmp/src && \ rm -rf /tmp/src && \
rm -rf /var/cache/apk/* 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 # 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. # to the chart and its templates, including the app version.
version: 0.2.7 version: 0.2.8
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.