Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
fc62209e
Commit
fc62209e
authored
1 year ago
by
Botaniker (Bot)
Browse files
Options
Downloads
Patches
Plain Diff
chore(deps): update docker.io/library/alpine docker tag to v3.18.2
parent
6b629727
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!671
chore(deps): update docker.io/library/alpine docker tag to v3.18.2
Pipeline
#17688
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
images/dovecot/Dockerfile
+1
-1
1 addition, 1 deletion
images/dovecot/Dockerfile
images/postfix/Dockerfile
+2
-2
2 additions, 2 deletions
images/postfix/Dockerfile
with
3 additions
and
3 deletions
images/dovecot/Dockerfile
+
1
−
1
View file @
fc62209e
FROM
docker.io/library/alpine:3.1
7.3
FROM
docker.io/library/alpine:3.1
8.2
# Update base system
RUN
apk update
...
...
This diff is collapsed.
Click to expand it.
images/postfix/Dockerfile
+
2
−
2
View file @
fc62209e
FROM
docker.io/library/alpine:3.1
7.3
as
dhparam
FROM
docker.io/library/alpine:3.1
8.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.1
7.3
FROM
docker.io/library/alpine:3.1
8.2
# Install pre-requirements
RUN
apk add
--no-cache
ca-certificates rsyslog supervisor
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment