Skip to content

Commit 606fdd3

Browse files
committed
fix: upgrade deps during docker build
1 parent 2d2f295 commit 606fdd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ COPY --from=skopeo-build /etc/containers/policy.json /etc/containers/policy.json
3636
RUN apk --no-cache add db
3737
COPY --from=rpmdb-build /go/src/github.com/snyk/go-rpmdb/rpmdb /usr/bin/rpmdb
3838

39+
RUN apk update
40+
RUN apk upgrade
41+
3942
WORKDIR /root
4043

4144
# Add manifest files and install before adding anything else to take advantage of layer caching

0 commit comments

Comments
 (0)