Skip to content
Snippets Groups Projects
Commit b959013d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Merge branch 'renovate/docker.io-library-alpine-3.x' into 'main'

chore(deps): update docker.io/library/alpine docker tag to v3.18.2

See merge request !671
parents 2132ea15 fc62209e
No related branches found
No related tags found
1 merge request!671chore(deps): update docker.io/library/alpine docker tag to v3.18.2
FROM docker.io/library/alpine:3.17.3 FROM docker.io/library/alpine:3.18.2
# Update base system # Update base system
RUN apk update RUN apk update
......
FROM docker.io/library/alpine:3.17.3 as dhparam FROM docker.io/library/alpine:3.18.2 as dhparam
RUN apk add --no-cache openssl RUN apk add --no-cache openssl
RUN mkdir -p /etc/postfix RUN mkdir -p /etc/postfix
RUN openssl dhparam -out /etc/postfix/postfix_dhparams.pem 2048 RUN openssl dhparam -out /etc/postfix/postfix_dhparams.pem 2048
FROM docker.io/library/alpine:3.17.3 FROM docker.io/library/alpine:3.18.2
# Install pre-requirements # Install pre-requirements
RUN apk add --no-cache ca-certificates rsyslog supervisor RUN apk add --no-cache ca-certificates rsyslog supervisor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment