Skip to content

Commit

Permalink
Update package versions and fix docker image tag (#10)
Browse files Browse the repository at this point in the history
musl-dev=1.1.24-r9 -> 1.1.24-r10
openssl-dev=1.1.1g-r0 -> 1.1.1i-r0
ansible-lint==4.3.3 -> 4.3.7
flake8==3.8.3 -> 3.8.4
molecule==3.0.8 -> 3.2.1
testinfra==5.2.2 -> 6.0.0
openssh-client=8.3_p1-r0 -> 8.3_p1-r1
  • Loading branch information
gofrolist authored Dec 25, 2020
1 parent d5836da commit 26377f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ ARG BUILD_DEPS="\
gcc=9.3.0-r2 \
libc-dev=0.7.2-r3 \
make=4.3-r0 \
musl-dev=1.1.24-r9 \
musl-dev=1.1.24-r10 \
libffi-dev=3.3-r2 \
openssl-dev=1.1.1g-r0 \
openssl-dev=1.1.1i-r0 \
"

ARG PIP_INSTALL_ARGS="\
--no-cache-dir \
"

ARG PIP_MODULES="\
ansible-lint==4.3.3 \
flake8==3.8.3 \
molecule[docker]==3.0.8 \
testinfra==5.2.2 \
ansible-lint==4.3.7 \
flake8==3.8.4 \
molecule[docker]==3.2.1 \
testinfra==6.0.0 \
"

RUN apk add --update --no-cache ${BUILD_DEPS} && \
Expand All @@ -36,7 +36,7 @@ LABEL "com.github.actions.color"="green"
ARG PACKAGES="\
docker=19.03.12-r0 \
git=2.26.2-r0 \
openssh-client=8.3_p1-r0 \
openssh-client=8.3_p1-r1 \
"

RUN apk add --update --no-cache ${PACKAGES} && \
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ inputs:

runs:
using: docker
image: docker://gofrolist/molecule:v2.0.0
image: docker://gofrolist/molecule:v2

0 comments on commit 26377f2

Please sign in to comment.