Skip to content

Commit

Permalink
Merge pull request #246 from embano1/certificates
Browse files Browse the repository at this point in the history
Always use latest certificates
  • Loading branch information
lamw authored Nov 3, 2020
2 parents 19ee827 + b8fb290 commit c9b7ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmware-event-router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ LABEL maintainer="mgasch@vmware.com" \
commit="${COMMIT}"

RUN apt-get update && apt-get install -y \
ca-certificates=20190110~18.04.1 \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*

RUN groupadd -g 61000 events
Expand Down

0 comments on commit c9b7ab5

Please sign in to comment.