Skip to content

Commit

Permalink
fixed the golang version in the dockerfile, after changing the base i…
Browse files Browse the repository at this point in the history
…mage
  • Loading branch information
ashish1099 committed Oct 30, 2024
1 parent ab50d68 commit c9b77dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitea/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update \
&& apt-get install -y \
shellcheck \
prometheus \
golang-1.19
golang

# jsonnet
RUN go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected]
Expand Down

0 comments on commit c9b77dd

Please sign in to comment.