Skip to content

Commit

Permalink
Fixed CVE-2023-49569 - Updated hashicorp packer version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-agrawal authored Feb 9, 2024
1 parent 63113c6 commit b11cc8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY halconfig/packer /opt/rosco/config/packer

ENV KUSTOMIZE_VERSION=5.0.3

ENV PACKER_VERSION=1.10.0
ENV PACKER_VERSION=1.10.1

WORKDIR /packer

Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY jaeger/opentelemetry-javaagent.jar /opt/jaeger/opentelemetry-javaagent.jar

ENV KUSTOMIZE_VERSION=5.0.3

ENV PACKER_VERSION=1.10.0
ENV PACKER_VERSION=1.10.1

WORKDIR /packer

Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY halconfig/packer /opt/rosco/config/packer

ENV KUSTOMIZE_VERSION=5.0.3

ENV PACKER_VERSION=1.10.0
ENV PACKER_VERSION=1.10.1

WORKDIR /packer

Expand Down

0 comments on commit b11cc8d

Please sign in to comment.