Skip to content

Commit

Permalink
Update Dockerfile (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaSiLez authored Apr 24, 2024
1 parent 6bff9d5 commit e527242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ARG ALPINE_TAG=latest
FROM alpine:${ALPINE_TAG}

LABEL maintainer="Jon LaBelle <https://jonlabelle.com>" \
LABEL maintainer="stemdo-labs <https://stemdo.io>" \
description="A Docker image with various network tools pre-installed."
LABEL org.opencontainers.image.description "A Docker image with various network tools pre-installed."

RUN apk -U upgrade \
&& apk add --no-cache \
Expand Down

0 comments on commit e527242

Please sign in to comment.