diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-24 23:02:25 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-24 23:02:25 -0400 |
commit | e429bbe4173e7083d79e90f65360189117dbeadb (patch) | |
tree | 85de1b9d197f99c142a55294402dd40394ebf1a3 /roles/gitea/templates | |
parent | eb535fa97f0d7589bb5294c07a8cbc0ec9cddb8d (diff) | |
download | oldinfra-e429bbe4173e7083d79e90f65360189117dbeadb.tar.gz oldinfra-e429bbe4173e7083d79e90f65360189117dbeadb.zip |
gitea -> latest, headscale -> lock version
Diffstat (limited to 'roles/gitea/templates')
-rw-r--r-- | roles/gitea/templates/docker-compose.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/gitea/templates/docker-compose.yml.j2 b/roles/gitea/templates/docker-compose.yml.j2 index 1df56a8..7be1c0f 100644 --- a/roles/gitea/templates/docker-compose.yml.j2 +++ b/roles/gitea/templates/docker-compose.yml.j2 @@ -6,7 +6,7 @@ networks: services: server: - image: gitea/gitea:1.21.3 + image: gitea/gitea:latest container_name: gitea restart: always networks: |