Update docker (#5838)

* Update docker

* Update .woodpecker.yml

* Update .woodpecker.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nutomic <me@nutomic.com>
This commit is contained in:
renovate[bot] 2025-07-01 03:58:18 -04:00 committed by GitHub
parent 9029338e59
commit 568e93ebef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ steps:
- event: [pull_request, tag]
prettier_check:
image: tmknom/prettier:3.4.2
image: tmknom/prettier:3.6.2
commands:
- prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations' '!api_tests/pnpm-lock.yaml'
when:

View file

@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.15
# syntax=docker/dockerfile:1.17
ARG RUST_VERSION=1.81
ARG CARGO_BUILD_FEATURES=default
ARG RUST_RELEASE_MODE=debug

View file

@ -39,7 +39,7 @@ services:
lemmy-ui:
# use "image" to pull down an already compiled lemmy-ui. make sure to comment out "build".
image: dessalines/lemmy-ui:0.19.11
image: dessalines/lemmy-ui:0.19.12
# platform: linux/x86_64 # no arm64 support. uncomment platform if using m1.
# use "build" to build your local lemmy ui image for development. make sure to comment out "image".
# run: docker compose up --build

View file

@ -2,7 +2,7 @@ version: "3.7"
x-ui-default: &ui-default
init: true
image: dessalines/lemmy-ui:0.19.6
image: dessalines/lemmy-ui:0.19.12
# assuming lemmy-ui is cloned besides lemmy directory
# build:
# context: ../../../lemmy-ui