Skip to content

Commit

Permalink
feat: fixing dockerfile because of lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumbiceq committed Jan 30, 2024
1 parent 2c6ac00 commit aa37aea
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.19

RUN apk add --no-cache\
jq=jq-1.7.1-r0.apk \
aws-cli=aws-cli-2.13.25-r0.apk
jq=1.7.1 \
aws-cli=2.13.25

COPY --chmod=0755 src/entrypoint.sh /tmp/entrypoint.sh
ENTRYPOINT ["/bin/sh", "-c"]
Expand Down

0 comments on commit aa37aea

Please sign in to comment.