Skip to content

Commit

Permalink
chore(deps): update gitea/gitea docker tag to v1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent f9c59ef commit 88cd77b
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 88cd77b

Please sign in to comment.