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
Commits
86d0259b
Commit
86d0259b
authored
3 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Bump container to latest Debian
parent
9d5724b2
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
Bump container to latest Debian
Pipeline
#4271
failed with stages
Stage:
Stage:
in 1 minute and 37 seconds
Changes
1
Pipelines
1
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
+
2
−
2
View file @
86d0259b
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/
bullseye
/updates main"
>>
/etc/apt/sources.list
RUN
apt-get update
\
&&
apt-get
-y
--no-install-recommends
install
\
...
...
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