Skip to content

Commit

Permalink
remove default values from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva committed Jul 13, 2023
1 parent 1094e3a commit e6911ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.15 as builder

ARG VERSION=7.19.5
ARG VERSION
ARG DISTRO=tomcat
ARG SNAPSHOT=true
ARG SNAPSHOT

ARG EE=false
ARG USER
Expand Down

0 comments on commit e6911ad

Please sign in to comment.