Skip to content

Commit

Permalink
Update base image to move past new snyk vulnerability (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed May 19, 2024
1 parent c595e0b commit 34642ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG BASE_IMAGE=cyberdojo/sinatra-base:c62d644
FROM ${BASE_IMAGE}
FROM cyberdojo/sinatra-base:d6def8c
LABEL maintainer=jon@jaggersoft.com

RUN apk --update --upgrade --no-cache add git
Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberdojo/sinatra-base:c62d644
FROM cyberdojo/sinatra-base:d6def8c
LABEL maintainer=jon@jaggersoft.com

WORKDIR /differ
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

version: '3.7'

services:

differ_client:
Expand Down

0 comments on commit 34642ee

Please sign in to comment.