Skip to content

Commit 4b5c57c

Browse files
committed
fix: fix go mod and docs
1 parent 018e9ce commit 4b5c57c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:alpine AS builder
22
WORKDIR /usr/src/terramaid
33
# Terraform version
4-
ARG TERRAFORM_VERSION=1.9.2
4+
ARG TERRAFORM_VERSION=1.10.0
55

66
# Install necessary dependencies
77
RUN apk update && apk add --no-cache \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Use "terramaid [command] --help" for more information about a command.
142142
Run the following command to utilize the Terramaid Docker image:
143143

144144
```sh
145-
docker run -it -v $(pwd):/usr/src/terramaid run rosesecurity/terramaid:latest
145+
docker run -it -v $(pwd):/usr/src/terramaid rosesecurity/terramaid:latest run
146146
```
147147

148148
## CI/CD Integrations

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/RoseSecurity/terramaid
22

3-
go 1.23
3+
go 1.22
44

55
require (
66
github.com/arsham/figurine v1.3.0

0 commit comments

Comments
 (0)