Skip to content

Commit

Permalink
Use latest base images for all scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaCher committed Nov 10, 2021
1 parent 85932c1 commit 1dc29cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberark/ubuntu-ruby-fips:1.0.4
FROM cyberark/ubuntu-ruby-fips:latest

ENV DEBIAN_FRONTEND=noninteractive \
PORT=80 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Conjur Base Image (UBI)
FROM cyberark/ubi-ruby-fips:1.0.4
FROM cyberark/ubi-ruby-fips:latest

EXPOSE 8080
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion gems/policy-parser/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
dev:
image: cyberark/ubuntu-ruby-fips:20.04-latest
image: cyberark/ubuntu-ruby-fips:latest
working_dir: /src
volumes:
- .:/src
Expand Down

0 comments on commit 1dc29cb

Please sign in to comment.