Skip to content

Commit

Permalink
Bump alpine from 3.13.5 to 3.14.2 in /mermaid
Browse files Browse the repository at this point in the history
Bumps alpine from 3.13.5 to 3.14.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2021
1 parent 80d04bb commit 9df8efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mermaid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN npm run lint && PUPPETEER_EXECUTABLE_PATH=/usr/lib/chromium/chrome npm t
RUN /usr/local/bin/pkg --targets ${NODE}-${PLATFORM}-${ARCH} . -o app.bin

# Create the image
FROM alpine:3.13.5
FROM alpine:3.14.2

RUN addgroup -g 1000 kroki && adduser -D -G kroki -u 1000 kroki

Expand Down

0 comments on commit 9df8efe

Please sign in to comment.