Skip to content

Commit

Permalink
Update comanage-registry-slapd-base base image
Browse files Browse the repository at this point in the history
Update the base image for comanage-registry-slapd-base to use
debian:10.3.
  • Loading branch information
skoranda committed Mar 11, 2020
1 parent fc5edac commit b70553a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comanage-registry-slapd-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM debian:stretch
FROM debian:10.3

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit b70553a

Please sign in to comment.