Skip to content

Commit

Permalink
roles/gitea: unpin with fixed upstream image
Browse files Browse the repository at this point in the history
Signed-off-by: John Helmert III <[email protected]>
  • Loading branch information
ajakk committed Nov 27, 2023
1 parent 4d9d1af commit 494beaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/gitea/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3.9"
services:
gitea:
image: gitea/gitea:1.21.0
image: gitea/gitea:latest
container_name: gitea
restart: unless-stopped
environment:
Expand Down

0 comments on commit 494beaa

Please sign in to comment.