Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephan
docker
Commits
529d4e74
Commit
529d4e74
authored
6 years ago
by
Docker Library Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update to 13.0.7RC2
parent
37be1074
Branches
Branches containing commit
Tags
13.0.7-rc
13.0.7-rc-apache
13.0.7-rc-fpm
13.0.7-rc-fpm-alpine
13.0.7RC2
13.0.7RC2-apache
13.0.7RC2-fpm
13.0.7RC2-fpm-alpine
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
13.0-rc/apache/Dockerfile
+1
-1
1 addition, 1 deletion
13.0-rc/apache/Dockerfile
13.0-rc/fpm-alpine/Dockerfile
+1
-1
1 addition, 1 deletion
13.0-rc/fpm-alpine/Dockerfile
13.0-rc/fpm/Dockerfile
+1
-1
1 addition, 1 deletion
13.0-rc/fpm/Dockerfile
with
3 additions
and
3 deletions
13.0-rc/apache/Dockerfile
+
1
−
1
View file @
529d4e74
...
...
@@ -106,7 +106,7 @@ RUN a2enmod rewrite remoteip ;\
}
>
/etc/apache2/conf-available/remoteip.conf
;
\
a2enconf remoteip
ENV
NEXTCLOUD_VERSION 13.0.7RC
1
ENV
NEXTCLOUD_VERSION 13.0.7RC
2
RUN
set
-ex
;
\
fetchDeps
=
"
\
...
...
This diff is collapsed.
Click to expand it.
13.0-rc/fpm-alpine/Dockerfile
+
1
−
1
View file @
529d4e74
...
...
@@ -87,7 +87,7 @@ RUN { \
VOLUME
/var/www/html
ENV
NEXTCLOUD_VERSION 13.0.7RC
1
ENV
NEXTCLOUD_VERSION 13.0.7RC
2
RUN
set
-ex
;
\
apk add
--no-cache
--virtual
.fetch-deps
\
...
...
This diff is collapsed.
Click to expand it.
13.0-rc/fpm/Dockerfile
+
1
−
1
View file @
529d4e74
...
...
@@ -98,7 +98,7 @@ RUN { \
VOLUME
/var/www/html
ENV
NEXTCLOUD_VERSION 13.0.7RC
1
ENV
NEXTCLOUD_VERSION 13.0.7RC
2
RUN
set
-ex
;
\
fetchDeps
=
"
\
...
...
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