Skip to content

Commit

Permalink
Using version tag insted of 'latest' in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithilesh Pawar authored and Mithilesh Pawar committed Apr 14, 2022
1 parent 9633b38 commit 6621ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.15.4

RUN apk add --no-cache bash
RUN adduser --system --disabled-password cxuser
Expand Down
2 changes: 1 addition & 1 deletion test/integration/data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example: docker build . -t dsvw && docker run -p 65412:65412 dsvw

FROM alpine:latest
FROM alpine:3.15.4

RUN apk --no-cache add git python3 py-lxml \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 6621ca1

Please sign in to comment.