Skip to content

Commit

Permalink
gitea version 1.22.2 -> 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Oct 17, 2024
1 parent 4819577 commit 32b0bea
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 @@ -7,7 +7,7 @@ RUN node ./merge.js ./base/locale_en-US.ini ./custom/locale_en-US.ini ./locale/l
RUN node ./merge.js ./base/locale_nb-NO.ini ./custom/locale_nb-NO.ini ./locale/locale_nb-NO.ini

# Ensure to update the locales, templates, and configuration when upgrading Gitea
FROM gitea/gitea:1.22.2-rootless
FROM gitea/gitea:1.22.3-rootless
USER 0:0
RUN apk --no-cache upgrade expat git libxml2 libcurl curl
USER 1000:1000
Expand Down

0 comments on commit 32b0bea

Please sign in to comment.