Skip to content

Commit

Permalink
fix oct
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Apr 26, 2024
1 parent 38f47b8 commit 40adf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ RUN \

# Using latest is prone to errors.
# hadolint ignore=DL3007
FROM quay.io/testnetworkfunction/oct:latest@sha256:3ee1cdc94d7ad4820324bf7cff359b5d4da3512c5648ebec6db1e626a700560f AS db
FROM quay.io/testnetworkfunction/oct:latest AS db

# Copy the state into a new flattened image to reduce size.
# TODO run as non-root
Expand Down

0 comments on commit 40adf47

Please sign in to comment.