Compare commits

...

2 Commits

Author SHA1 Message Date
11f944ffa5
chore(deps): update dependency docker.io/library/alpine to v3.16.0
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-14 18:15:33 +02:00
dd01190751
fix: use podman instead of docker 2022-07-14 18:14:31 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.15.4
FROM docker.io/library/alpine:3.16.0
RUN apk add bind-tools curl iputils

View File

@ -1,7 +1,7 @@
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a
# container runtime. This is needed to start and run a container image.
CONTAINER_RUNTIME?=$(shell which docker)
CONTAINER_RUNTIME?=$(shell which podman)
# NETWORKTOOLS_IMAGE_REGISTRY_NAME
# Defines the name of the new container to be built using several variables.