Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Update to not upgrade packages in base image (#718)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Groeger <[email protected]>
  • Loading branch information
groeges authored Mar 17, 2020
1 parent b54922e commit fa44631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions incubator/kitura/image/project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ RUN echo '#!/bin/bash' > run.sh \

FROM swift:5.1-slim

# Install OS updates
RUN apt-get update \
&& apt-get clean \
&& echo 'Finished installing dependencies'

# Define a kitura user
RUN useradd -ms /bin/bash kitura

Expand Down
2 changes: 1 addition & 1 deletion incubator/kitura/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Kitura
version: 0.2.5
version: 0.2.6
description: Runtime for Kitura applications
license: Apache-2.0
language: swift
Expand Down

0 comments on commit fa44631

Please sign in to comment.