specify versions
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Marsh 2022-04-30 10:48:30 +01:00
parent f657125f6e
commit dd47210038
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.15.4
RUN apk add --update bash build-base git autoconf flex bison linux-headers ncurses-dev readline-dev && rm -rf /var/cache/apk/*
ADD build.sh /build.sh
RUN echo "alpine" > /dist

View File

@ -1,4 +1,4 @@
FROM ubuntu
FROM ubuntu:jammy
RUN apt -y update && apt -y dist-upgrade && apt -y install build-essential git autoconf flex bison linux-headers-generic libncurses-dev libreadline-dev && apt -y autoremove --purge && apt -y autoclean && rm -rf /var/cache/apt/archives
ADD build.sh /build.sh
RUN echo "ubuntu" > /dist