Skip to content

Commit

Permalink
updated Docker image base
Browse files Browse the repository at this point in the history
* (runtime) alpine v3.19.0 => alpine v3.19.1
* (build only) debian v12.4-slim => vv12.5-slim
  • Loading branch information
friedemannsommer committed Feb 13, 2024
1 parent 2006e99 commit f02f704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM --platform=$BUILDPLATFORM debian:12.4-slim as build
FROM --platform=$BUILDPLATFORM debian:12.5-slim as build
ARG TARGETPLATFORM
ARG BUILDPLATFORM
COPY ./copy-binary.sh /opt/searproxy/scripts/copy-binary.sh
COPY ./artifact-binaries /opt/searproxy/binaries
RUN chmod ug+x /opt/searproxy/scripts/copy-binary.sh
RUN /opt/searproxy/scripts/copy-binary.sh

FROM alpine:3.19.0
FROM alpine:3.19.1
ARG UID=1000
ARG GID=1000
RUN addgroup --gid "${GID}" searproxy \
Expand Down

0 comments on commit f02f704

Please sign in to comment.