Skip to content

Commit

Permalink
chore(docker): Change yq to yq-go after alpine 3.20 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed May 23, 2024
1 parent 791e7a6 commit 4120638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM alpine:3.20
LABEL org.opencontainers.image.source="https://github.com/clevyr/yampl"
WORKDIR /data

RUN apk add --no-cache git jq yq
RUN apk add --no-cache git jq yq-go

COPY --from=builder /app/yampl /usr/local/bin/

Expand Down

0 comments on commit 4120638

Please sign in to comment.