Skip to content

Commit

Permalink
label problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Mar 7, 2024
1 parent f683a6f commit 2f3f7c2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM alpine:3.19

LABEL maintainer="M0nius <[email protected]>" \
alpine-version="3.19" \
nginx-version="1.25.3" \
ENV VER="1.25.3"
ENV XUSER="nginx"
ENV NGINX_SRC="https://nginx.org/download/nginx-${VER}.tar.gz"

RUN echo "fuck buildx"
RUN echo $VER
RUN echo $NGINX_SRC
RUN echo $XUSER

0 comments on commit 2f3f7c2

Please sign in to comment.