Compare commits
2 Commits
0735e96913
...
11f944ffa5
Author | SHA1 | Date | |
---|---|---|---|
11f944ffa5 | |||
dd01190751 |
@ -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
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user