Skip to content

Commit f97e04a

Browse files
committedSep 26, 2022
feat: update gitpod dockerfile
change tag to `latest`; update cyclonedx-cli to 0.24.0 Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent 7a2113a commit f97e04a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.gitpod.Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM gitpod/workspace-go:2022-02-04-10-54-10@sha256:8ea7684f6b1294c21065918880e6f31d16ac58b61361754b8d384b8e8f8279ae
1+
FROM gitpod/workspace-go:latest
22

33
USER root
44

55
RUN \
6-
wget -O "/usr/local/bin/cyclonedx" https://github.com/CycloneDX/cyclonedx-cli/releases/download/v0.22.0/cyclonedx-linux-x64 && \
7-
echo "ae39404a9dc8b2e7be0a9559781ee9fe3492201d2629de139d702fd4535ffdd6 /usr/local/bin/cyclonedx" | sha256sum -c && \
6+
wget -O "/usr/local/bin/cyclonedx" https://github.com/CycloneDX/cyclonedx-cli/releases/download/v0.24.0/cyclonedx-linux-x64 && \
7+
echo "691cf7ed82ecce1f85e6d21bccd1ed2d7968e40eb6be7504b392c8b3a0943891 /usr/local/bin/cyclonedx" | sha256sum -c && \
88
chmod +x "/usr/local/bin/cyclonedx"
99

1010
USER gitpod

0 commit comments

Comments
 (0)
Please sign in to comment.