Skip to content

Commit aed30a5

Browse files
dependabot[bot]evdenis
authored andcommitted
Bump lipanski/docker-static-website from 2.4.0 to 2.6.0
Bumps lipanski/docker-static-website from 2.4.0 to 2.6.0. --- updated-dependencies: - dependency-name: lipanski/docker-static-website dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c54b65 commit aed30a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY . .
1010
RUN npm run build
1111

1212
# Production stage
13-
FROM lipanski/docker-static-website:2.4.0
13+
FROM lipanski/docker-static-website:2.6.0
1414

1515
COPY --from=build /app/dist .
1616

0 commit comments

Comments
 (0)