Skip to content

Commit

Permalink
[#370] update test files to non-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilkins-csi committed Sep 26, 2024
1 parent cf5d4b6 commit d2ebdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/src/test/resources/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test docker image
FROM ghcr.io/boozallen/aissemble-quarkus:1.9.2-SNAPSHOT
FROM ghcr.io/boozallen/aissemble-quarkus:1.9.2

COPY hello-world/ /deployments/
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ appVersion: "1.0.0"

dependencies:
- name: aissemble-quarkus-chart
version: 1.9.2-SNAPSHOT
version: 1.9.2
repository: oci://ghcr.io/boozallen

0 comments on commit d2ebdd1

Please sign in to comment.