Commit bf8f3cf 1 parent de16a36 commit bf8f3cf Copy full SHA for bf8f3cf
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ RUN set -e; for pkg in $(go list ./...); do \
14
14
done
15
15
16
16
FROM ${base_image} AS resource
17
+ RUN apk update && apk upgrade
17
18
RUN apk add --no-cache bash tzdata ca-certificates unzip zip gzip tar
18
19
COPY --from=builder assets/ /opt/resource/
19
20
RUN chmod +x /opt/resource/*
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ RUN set -e; for pkg in $(go list ./...); do \
14
14
done
15
15
16
16
FROM ${base_image} AS resource
17
- RUN apt-get update \
18
- && apt-get install -y --no-install-recommends \
17
+ RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confdef"
18
+ RUN apt update \
19
+ && apt install -y --no-install-recommends \
19
20
tzdata \
20
21
ca-certificates \
21
22
unzip \
You can’t perform that action at this time.
0 commit comments