Skip to content

Commit

Permalink
Merge pull request #4 from infovista-opensource/feature/yq_version
Browse files Browse the repository at this point in the history
Feature/yq version
  • Loading branch information
unixime authored Mar 10, 2024
2 parents 04dc5d1 + 5943fce commit b7bbfe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Docker Image CI

on:
workflow_dispatch:
push:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.19.1
RUN apk update \
&& apk add --no-cache \
postgresql14-client=14.11-r0 \
yq=4.35.2-r1 \
yq=4.35.2-r2 \
jq=1.7.1-r0 \
&& rm -rf /var/cache/apk/*

Expand Down

0 comments on commit b7bbfe5

Please sign in to comment.