'update files with ansible'

This commit is contained in:
jonny 2022-11-07 12:43:05 +00:00
parent 2405aaa735
commit d9695cb6f7
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Base on latest (edge) alpine image
FROM harbor.ervine.dev/public/x86_64/alpine:v3.15.4
FROM harbor.ervine.dev/public/x86_64/alpine:v3.16.2
LABEL maintainer="Jonathan Ervine docker@ervine.org"
@ -12,6 +12,7 @@ ENV LANG='en_US.UTF-8' \
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
apk -U update && \
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 && \

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.4.4
version: 0.5.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.