Skip to content

Commit 0043ae0

Browse files
authored
Revert "Bump alpine to 3.23 (#36185)" (#36202)
Unbreak the release pipelines. The issue is caused by https://gitlab.alpinelinux.org/alpine/aports/-/issues/17775 which supposedly fixed in 3.23.2 and our build did use that version from what I see, but maybe it's not fixed yet for `riscv`. We should try this upgrade again later.
1 parent b915e69 commit 0043ae0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
# Build stage
3-
FROM docker.io/library/golang:1.25-alpine3.23 AS build-env
3+
FROM docker.io/library/golang:1.25-alpine3.22 AS build-env
44

55
ARG GOPROXY=direct
66

@@ -39,7 +39,7 @@ RUN chmod 755 /tmp/local/usr/bin/entrypoint \
3939
/tmp/local/etc/s6/.s6-svscan/* \
4040
/go/src/code.gitea.io/gitea/gitea
4141

42-
FROM docker.io/library/alpine:3.23 AS gitea
42+
FROM docker.io/library/alpine:3.22 AS gitea
4343

4444
EXPOSE 22 3000
4545

Dockerfile.rootless

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
# Build stage
3-
FROM docker.io/library/golang:1.25-alpine3.23 AS build-env
3+
FROM docker.io/library/golang:1.25-alpine3.22 AS build-env
44

55
ARG GOPROXY=direct
66

@@ -33,7 +33,7 @@ COPY docker/rootless /tmp/local
3333
RUN chmod 755 /tmp/local/usr/local/bin/* \
3434
/go/src/code.gitea.io/gitea/gitea
3535

36-
FROM docker.io/library/alpine:3.23 AS gitea-rootless
36+
FROM docker.io/library/alpine:3.22 AS gitea-rootless
3737

3838
EXPOSE 2222 3000
3939

0 commit comments

Comments
 (0)