Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WP.org Plugin Deploy Image
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
WP.org Plugin Deploy Image
Compare revisions
9d5724b2bae0d948f12a00ab273949d3f003065f to 98789fdffcdf108ae493c625a749892439b5657f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
docker/wp-org-plugin-deploy
Select target project
No results found
98789fdffcdf108ae493c625a749892439b5657f
Select Git revision
Swap
Target
docker/wp-org-plugin-deploy
Select target project
docker/wp-org-plugin-deploy
1 result
9d5724b2bae0d948f12a00ab273949d3f003065f
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Bump container to latest Debian
· 86d0259b
Erick Hitter
authored
3 years ago
86d0259b
Fix per
https://www.debian.org/security/
· fda58c7e
Erick Hitter
authored
3 years ago
fda58c7e
Merge branch 'bump-container' into 'master'
· 98789fdf
Erick Hitter
authored
3 years ago
Bump container to latest Debian See merge request
!4
98789fdf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
context/Dockerfile
+2
-2
2 additions, 2 deletions
context/Dockerfile
with
2 additions
and
2 deletions
context/Dockerfile
View file @
98789fdf
FROM
debian:
stretch
-slim
FROM
debian:
bullseye
-slim
LABEL
maintainer="ethitter"
LABEL
version="1.0"
RUN
echo
"deb http://security.debian.org/
stretch/updates main
"
>>
/etc/apt/sources.list
RUN
echo
"deb http://security.debian.org/
debian-security bullseye-security main contrib non-free
"
>>
/etc/apt/sources.list
RUN
apt-get update
\
&&
apt-get
-y
--no-install-recommends
install
\
...
...
This diff is collapsed.
Click to expand it.