Skip to content

Commit

Permalink
fix: airbyte-cli/Dockerfile to reduce vulnerabilities (#16493)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 8, 2022
1 parent 58f18c4 commit c060512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ALPINE_IMAGE=alpine:3.4
ARG ALPINE_IMAGE=alpine:3.13
FROM ${ALPINE_IMAGE}

RUN apk --no-cache add curl tar \
Expand Down

0 comments on commit c060512

Please sign in to comment.