Skip to content

Commit

Permalink
docker: update to Alpine 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 15, 2024
1 parent f311f32 commit 653003f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM golang:1-alpine3.20 AS builder
FROM golang:1-alpine3.21 AS builder

RUN apk add --no-cache git ca-certificates build-base su-exec olm-dev

COPY . /build
WORKDIR /build
RUN ./build.sh

FROM alpine:3.20
FROM alpine:3.21

ENV UID=1337 \
GID=1337
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21

ENV UID=1337 \
GID=1337
Expand Down

0 comments on commit 653003f

Please sign in to comment.