Compare commits

...

2 Commits

Author SHA1 Message Date
Daylin Morgan 55420d7709
add advent of code to soft-serve 2023-12-01 07:58:18 -06:00
Daylin Morgan f83ecf8781
update gitea version 2023-12-01 07:57:56 -06:00
22 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "3"
services:
gitea:
image: gitea/gitea:1.20.5
image: gitea/gitea:1.21.0
container_name: gitea
environment:
- USER_UID=1002

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -7,3 +7,4 @@ task.mk
viv
logo
forge
advent-of-code-2023