Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update nginx Docker tag to v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 15, 2022
1 parent 3be4f0d commit 24ce8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY / /src
WORKDIR /src
RUN --mount=type=cache,target=/go/pkg --mount=type=cache,target=/root/.cache/go-build make build

FROM nginx:1.23.1-alpine AS base
FROM nginx:1.23.2-alpine AS base
RUN apk add --no-cache ca-certificates iptables ip6tables fuse3 git openssh pigz xz \
&& ln -s fusermount3 /usr/bin/fusermount
RUN adduser -D acorn
Expand Down

0 comments on commit 24ce8ff

Please sign in to comment.