Skip to content

Commit

Permalink
Merge branch 'opengovern:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 authored Dec 9, 2024
2 parents da68216 + 4d7dac3 commit f1bb1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Also If you want you can install additional tools or libraries.
```dockerfile
# Do not change the code below
# Run The Sender Go Application
FROM golang:1.23-alpine AS Final
FROM golang:1.23-alpine AS final
# Copy the source code
COPY . .
# Download the dependencies
Expand Down
2 changes: 1 addition & 1 deletion sender/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not change the code below
# Run The Sender Go Application
FROM golang:1.23-alpine AS Final
FROM golang:1.23-alpine
# Copy the source code
COPY . .
# Download the dependencies
Expand Down

0 comments on commit f1bb1ed

Please sign in to comment.