Skip to content

Commit

Permalink
fix: update node docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Aug 16, 2024
1 parent 220240d commit 1d32e9c
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 @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG NODE_VER=20-alpine
ARG NODE_VER=22-alpine
ARG DIR=/usr/src/app/

FROM node:$NODE_VER AS install
Expand Down

0 comments on commit 1d32e9c

Please sign in to comment.