Skip to content

Commit

Permalink
Revert "Revert docker hash to build the older version of alpine images"
Browse files Browse the repository at this point in the history
This reverts commit 06c40a6.
  • Loading branch information
another-rex committed Jan 17, 2025
1 parent 0f286eb commit 14b8d9b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG MANAGER_VERSION="10.2.4"

FROM node:20-alpine@sha256:c0a3badbd8a0a760de903e00cedbca94588e609299820557e72cba2a53dbaa2c
FROM node:20-alpine@sha256:426f843809ae05f324883afceebaa2b9cab9cb697097dbb1a2a7a41c5701de72

WORKDIR /prod/app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG MANAGER_VERSION="10.2.4"

FROM node:20-alpine@sha256:c0a3badbd8a0a760de903e00cedbca94588e609299820557e72cba2a53dbaa2c
FROM node:20-alpine@sha256:426f843809ae05f324883afceebaa2b9cab9cb697097dbb1a2a7a41c5701de72

WORKDIR /prod/app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG MANAGER_VERSION="8.15.4"

FROM node:20-alpine@sha256:c0a3badbd8a0a760de903e00cedbca94588e609299820557e72cba2a53dbaa2c
FROM node:20-alpine@sha256:426f843809ae05f324883afceebaa2b9cab9cb697097dbb1a2a7a41c5701de72

WORKDIR /prod/app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG MANAGER_VERSION="8.15.4"

FROM node:20-alpine@sha256:c0a3badbd8a0a760de903e00cedbca94588e609299820557e72cba2a53dbaa2c
FROM node:20-alpine@sha256:426f843809ae05f324883afceebaa2b9cab9cb697097dbb1a2a7a41c5701de72

WORKDIR /prod/app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG MANAGER_VERSION="1.22.22"

FROM node:20-alpine@sha256:c0a3badbd8a0a760de903e00cedbca94588e609299820557e72cba2a53dbaa2c
FROM node:20-alpine@sha256:426f843809ae05f324883afceebaa2b9cab9cb697097dbb1a2a7a41c5701de72

WORKDIR /prod/app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG MANAGER_VERSION="1.22.22"

FROM node:20-alpine@sha256:c0a3badbd8a0a760de903e00cedbca94588e609299820557e72cba2a53dbaa2c
FROM node:20-alpine@sha256:426f843809ae05f324883afceebaa2b9cab9cb697097dbb1a2a7a41c5701de72

WORKDIR /prod/app

Expand Down

0 comments on commit 14b8d9b

Please sign in to comment.