Skip to content

Commit

Permalink
Merge pull request #2 from kubitodev/feature/traefik-2.10.4
Browse files Browse the repository at this point in the history
feat: Bump traefik to 2.10.4
  • Loading branch information
nushkovg authored Sep 17, 2023
2 parents 611dc15 + f2b9f78 commit 0e10fd0
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 @@ -10,6 +10,6 @@ RUN apk add --update git && \
--depth 1 --single-branch --branch ${PLUGIN_GIT_BRANCH}

# Copy the plugin into the traefik image
FROM traefik:2.10.1
FROM traefik:2.10.4

COPY --from=0 /plugins-local /plugins-local

0 comments on commit 0e10fd0

Please sign in to comment.