Skip to content
Snippets Groups Projects
Commit fc62209e authored by Botaniker (Bot)'s avatar Botaniker (Bot)
Browse files

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

parent 6b629727
No related branches found
No related tags found
1 merge request!671chore(deps): update docker.io/library/alpine docker tag to v3.18.2
Pipeline #17688 passed
FROM docker.io/library/alpine:3.17.3
FROM docker.io/library/alpine:3.18.2
# Update base system
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 mkdir -p /etc/postfix
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
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.
Finish editing this message first!
Please register or to comment