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

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

parent dccb148c
No related branches found
No related tags found
No related merge requests found
Pipeline #17385 failed
FROM docker.io/library/alpine:3.17.3
FROM docker.io/library/alpine:3.18.0
# Update base system
RUN apk update
......
FROM docker.io/library/alpine:3.17.3 as dhparam
FROM docker.io/library/alpine:3.18.0 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.0
# 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.
Please register or to comment