Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage - Download and prepare webapp
FROM alpine:3.22.0 AS build
FROM alpine:3.22.1 AS build

# Set version label
ARG WEBAPP_VERSION
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN apk add --no-cache --virtual .build-deps \
&& apk del .build-deps

# Production stage - Final container
FROM alpine:3.22.0
FROM alpine:3.22.1

# Build arguments for labels
ARG BUILD_DATE
Expand Down