Hello! I have a deployment thats using a docker in...
# ask-community
t
Hello! I have a deployment thats using a docker infrastructure block and an s3 storage block (agent running in ec2). It seems to be running an old version of the code even though the files in s3 are updated. It’s never been an issue in the past. Is there some kind of caching taking place? Any tips for debugging?
n
hey @Tomas Knoetze - you haven't built your flow code into your docker image have you?
t
No I don’t think so. It’s a very old deployment.
I mean the docker image does contain the flow code, but the storage is configured as s3 storage.
figured out how to use the docker image as the code storage instead of s3. 👍 all good now.
n
👍