Skip to content

Commit

Permalink
Merge branch 'main' into 99e6dependabot/github_actions/aquasecurity/t…
Browse files Browse the repository at this point in the history
…rivy-action-0.12.0
  • Loading branch information
jnewton03 authored Oct 4, 2023
2 parents ac4af39 + 5d64fda commit 523d682
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
ref: ${{ github.ref }}

- name: Set up JDK
uses: actions/setup-java@v3
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
ref: ${{ github.ref }}

- name: Set up JDK
uses: actions/setup-java@v3
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
FROM eclipse-temurin:17-jre-jammy as builder

ARG TARGETARCH
ARG LIQUIBASE_VERSION=4.23.2
ARG LIQUIBASE_VERSION=4.24.0
ARG LPM_VERSION=0.2.3
ARG LB_SHA256=fc7d2a9fa97d91203d639b664715d40953c6c9155a5225a0ddc4c8079b9a3641
ARG LB_SHA256=6ecf638a75b501b798189da824e167f29db93477186109f2549508c6266d0b2a

# Install necessary dependencies
RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
FROM alpine:3.18.3 as builder

ARG TARGETARCH
ARG LIQUIBASE_VERSION=4.23.2
ARG LIQUIBASE_VERSION=4.24.0
ARG LPM_VERSION=0.2.3
ARG LB_SHA256=fc7d2a9fa97d91203d639b664715d40953c6c9155a5225a0ddc4c8079b9a3641
ARG LB_SHA256=6ecf638a75b501b798189da824e167f29db93477186109f2549508c6266d0b2a

# Install tools for downloading and verifying packages
RUN apk add --no-cache wget unzip gnupg
Expand Down

0 comments on commit 523d682

Please sign in to comment.