Skip to content

Commit d2fb731

Browse files
Bump alpine from 3.22 to 3.23
Bumps alpine from 3.22 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2312e4d commit d2fb731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22
1+
FROM alpine:3.23
22
WORKDIR /app
33
RUN apk add --no-cache tinyproxy curl && mv /etc/tinyproxy/tinyproxy.conf /etc/tinyproxy/tinyproxy.default.conf
44
COPY entrypoint.sh /app/entrypoint.sh

0 commit comments

Comments
 (0)