1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-04-20 13:24:01 +02:00
Snyk bot 2021-10-07 19:43:25 +02:00 committed by GitHub
parent 444fec5b0e
commit df14bee98e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM ubuntu AS test_base
FROM ubuntu:20.04 AS test_base
ARG package
RUN echo "${package}"
COPY ${package} /tmp/foo.deb