Skip to content

Commit

Permalink
Merge pull request #267 from keymanapp/fix/unpin-sha
Browse files Browse the repository at this point in the history
fix: Update mssql.Dockerfile server:2022-latest to newer pin
  • Loading branch information
darcywong00 authored Jan 30, 2025
2 parents b7ac42c + 263157c commit 1ff43aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mssql.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM mcr.microsoft.com/mssql/server:2022-latest@sha256:ffef32dda16cc5abd70db1d0654c01cbe9f7093d66e0c83ade20738156cb7d0e
FROM mcr.microsoft.com/mssql/server:2022-latest@sha256:d252932ef839c24c61c1139cc98f69c85ca774fa7c6bfaaa0015b7eb02b9dc87
USER root

RUN export DEBIAN_FRONTEND=noninteractive && \
Expand Down

0 comments on commit 1ff43aa

Please sign in to comment.