Skip to content

Commit 8961eed

Browse files
bhargaviSurineediSurineedi Satya Bhargavi
andauthored
Va fix (#200)
* Update px_logcollect.sh * Update README.md * VA fix --------- Co-authored-by: Surineedi Satya Bhargavi <[email protected]>
1 parent 51d8080 commit 8961eed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.21.12
4+
- 1.21.13
55
- tip
66

77
group: bluezone

block-storage-attacher/Dockerfile.fips

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ LABEL travis_build_number=${travis_build_number}
6060

6161
COPY --from=builder --chown=2000 /image /
6262

63-
WORKDIR /image/
63+
WORKDIR /image
64+
COPY --from=builder /image/home/armada-storage /image/home/armada-storage
6465

6566
USER 2000:2000
6667

0 commit comments

Comments
 (0)