Skip to content

Commit

Permalink
fix: src/ishare-auth-provider/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 18, 2023
1 parent 34baa71 commit a6c12c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ishare-auth-provider/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.3-alpine
FROM golang:1.21rc3-alpine

ENV SERVER_PORT="8080"
ENV CONFIGURATION_SERVICE_URL="http://endpoint-configuration-service:8080"
Expand Down

0 comments on commit a6c12c5

Please sign in to comment.